1{ 2 "name": "splitbrain/slika", 3 "description": "Simple image resizing", 4 "type": "library", 5 "license": "MIT", 6 "authors": [ 7 { 8 "name": "Andreas Gohr", 9 "email": "andi@splitbrain.org" 10 } 11 ], 12 "suggest": { 13 "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick" 14 }, 15 "autoload": { 16 "psr-4": { 17 "splitbrain\\slika\\tests\\": "tests", 18 "splitbrain\\slika\\": "src" 19 } 20 }, 21 "require": { 22 "php": ">=7.0" 23 }, 24 "require-dev": { 25 "phpunit/phpunit": "^8.0" 26 } 27} 28