ORIENT/vendor/meyfa/phpunit-assert-gd/composer.json

25 lines
613 B
JSON

{
"name": "meyfa/phpunit-assert-gd",
"homepage": "https://github.com/meyfa/phpunit-assert-gd",
"type": "library",
"description": "PHPUnit matcher/assertions for GD image resources",
"keywords": ["phpunit", "assert", "gd", "matcher", "image", "resource"],
"license": "MIT",
"authors": [
{
"name": "Fabian Meyer",
"homepage": "http://meyfa.net"
}
],
"require": {
"php": ">=7.2",
"phpunit/phpunit": "^8.0",
"ext-gd": "*"
},
"autoload": {
"psr-4": {
"AssertGD\\": "src/"
}
}
}