25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"name": "splitbrain/slika",
|
|
"description": "Simple image resizing",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Gohr",
|
|
"email": "andi@splitbrain.org"
|
|
}
|
|
],
|
|
"suggest": {
|
|
"ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"splitbrain\\slika\\tests\\": "tests",
|
|
"splitbrain\\slika\\": "src"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.0"
|
|
}
|
|
}
|