18 lines
304 B
JSON
18 lines
304 B
JSON
|
{
|
||
|
"name": "travail/image-perceptualhash",
|
||
|
"description": "travail/image-perceptualhash",
|
||
|
"license": "PHP-3.0",
|
||
|
"minimum-stability": "dev",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Image\\": "lib"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-gd": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.*"
|
||
|
}
|
||
|
}
|