drupal-civicrm/sites/all/modules/civicrm/vendor/phenx/php-svg-lib/composer.json

22 lines
440 B
JSON
Raw Normal View History

2018-01-14 15:10:16 +02:00
{
"name": "phenx/php-svg-lib",
"type": "library",
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
"license": "LGPL-3.0",
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"autoload": {
"psr-0": {
"Svg\\": "src/"
}
},
"require": {
"sabberworm/php-css-parser": "6.0.*"
}
}