28 lines
674 B
JSON
28 lines
674 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": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd": "@stable"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AssertGD\\": "src/"
|
|
}
|
|
}
|
|
}
|