/home/techb158/ileadtechnology.com/SSM/vendor/dompdf/dompdf
NameSizeModeActions
lib/-0755rm
src/-0755rm
composer.json12560644editdlrm
CONTRIBUTING.md30350644editdlrm
LICENSE.LGPL243520644editdlrm
phpcs.xml48210644editdlrm
README.md70920644editdlrm
VERSION100644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/dompdf/dompdf/composer.json (1256B)
{ "name": "dompdf/dompdf", "type": "library", "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "license": "LGPL-2.1", "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" }, { "name": "Brian Sweeney", "email": "eclecticgeek@gmail.com" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" } ], "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "require": { "php": "^7.1", "ext-dom": "*", "ext-mbstring": "*", "phenx/php-font-lib": "^0.5.1", "phenx/php-svg-lib": "^0.3.3" }, "require-dev": { "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "ext-gd": "Needed to process images", "ext-imagick": "Improves image processing performance", "ext-gmagick": "Improves image processing performance" }, "extra": { "branch-alias": { "dev-develop": "0.7-dev" } } }