/home/techb158/immovalet.com/vendor/phenx/php-svg-lib
NameSizeModeActions
src/-0755rm
tests/-0755rm
.gitattributes1170644editdlrm
.gitignore180644editdlrm
.travis.yml2630644editdlrm
composer.json5810644editdlrm
COPYING76520644editdlrm
COPYING.GPL351490644editdlrm
phpunit.xml5440644editdlrm
README.md10580644editdlrm
Edit: /home/techb158/immovalet.com/vendor/phenx/php-svg-lib/composer.json (581B)
{ "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-4": { "Svg\\": "src/Svg" } }, "autoload-dev": { "psr-4": { "Svg\\Tests\\": "tests/Svg" } }, "require": { "sabberworm/php-css-parser": "^8.3" }, "require-dev": { "phpunit/phpunit": "^5.5|^6.5" } }