Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs_old
/
vendor
/
imagine
/
imagine
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs_old/vendor/imagine/imagine/composer.json
{ "name": "imagine/imagine", "description": "Image processing for PHP 5.3", "keywords": [ "image manipulation", "image processing", "drawing", "graphics" ], "homepage": "http://imagine.readthedocs.org/", "license": "MIT", "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "config": { "bin-dir": "bin" }, "require": { "php": ">=5.3.2" }, "require-dev": { "sami/sami": "^3.3", "symfony/phpunit-bridge": "^3.2" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-imagick": "to use the Imagick implementation", "ext-gmagick": "to use the Gmagick implementation" }, "autoload": { "psr-0": { "Imagine": "lib/" } }, "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "archive": { "exclude": [ "/.*", "/tests", "/vendor", "/bin", "docs/_build", "Imagine-*.tgz", "imagine-*.phar", "composer.phar" ] } }