%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/org_heigl/ghostscript/ |
Current File : /var/www/html/hr/api/vendor/org_heigl/ghostscript/composer.json |
{ "name": "org_heigl/ghostscript", "description": "A PHP-Wrapper around the Ghostscript-CLI", "type": "library", "license": "MIT", "authors": [ { "name": "Andreas Heigl", "email": "andreas@heigl.org" } ], "autoload" : { "psr-4" : { "Org_Heigl\\Ghostscript\\" : "src/" } }, "autoload-dev" : { "psr-4" : { "Org_Heigl\\GhostscriptTest\\" : "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.5||^6.0||^7.0", "phpdocumentor/phpdocumentor": "^2.9", "mockery/mockery": "^1.0" }, "scripts" : { "test" : "./vendor/bin/phpunit", "api" : "./vendor/bin/phpdoc", "test-coverage": "phpunit --coverage-clover clover.xml", "upload-coverage": [ "curl -o coveralls -L https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar", "chmod 755 coveralls", "./coveralls -v" ], "cs-download" : [ "curl -o phpcs -L https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcs.phar", "curl -o phpcs.asc -L https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcs.phar.asc", "# gpg --verify phpcs.asc phpcs", "chmod 755 phpcs" ], "cs-check": [ "@cs-download", "./phpcs --version && ./phpcs" ] } }