xref: /dokuwiki/vendor/splitbrain/slika/composer.json (revision 2cadabe7de17786c9119ff71ba98edc20715e781)
192a8473aSAndreas Gohr{
292a8473aSAndreas Gohr  "name": "splitbrain/slika",
392a8473aSAndreas Gohr  "description": "Simple image resizing",
492a8473aSAndreas Gohr  "type": "library",
592a8473aSAndreas Gohr  "license": "MIT",
692a8473aSAndreas Gohr  "authors": [
792a8473aSAndreas Gohr    {
892a8473aSAndreas Gohr      "name": "Andreas Gohr",
992a8473aSAndreas Gohr      "email": "andi@splitbrain.org"
1092a8473aSAndreas Gohr    }
1192a8473aSAndreas Gohr  ],
1292a8473aSAndreas Gohr  "suggest": {
1392a8473aSAndreas Gohr    "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
1492a8473aSAndreas Gohr  },
1592a8473aSAndreas Gohr  "autoload": {
1692a8473aSAndreas Gohr    "psr-4": {
1792a8473aSAndreas Gohr      "splitbrain\\slika\\tests\\": "tests",
1892a8473aSAndreas Gohr      "splitbrain\\slika\\": "src"
1992a8473aSAndreas Gohr    }
2092a8473aSAndreas Gohr  },
21*2cadabe7SAndreas Gohr  "require": {
22*2cadabe7SAndreas Gohr      "php": ">=7.0"
23*2cadabe7SAndreas Gohr  },
2492a8473aSAndreas Gohr  "require-dev": {
255c25a071SAndreas Gohr    "phpunit/phpunit": "^8.0"
2692a8473aSAndreas Gohr  }
2792a8473aSAndreas Gohr}
28