WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
phenx
/
php-svg-lib
/
Name
Action
..
.gitattributes
Edit
.gitignore
Edit
.travis.yml
Edit
README.md
Edit
composer.json
Edit
phpunit.xml
Edit
src
tests
Editing: composer.json
{ "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.*" } }