xref: /dokuwiki/vendor/splitbrain/slika/composer.json (revision 5c25a0714a8ef36fe8b57b70c8b59ee09eccaac1)
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  },
2192a8473aSAndreas Gohr  "require-dev": {
22*5c25a071SAndreas Gohr    "phpunit/phpunit": "^8.0"
2392a8473aSAndreas Gohr  }
2492a8473aSAndreas Gohr}
25