composer.json 527 字节
{
    "name": "kosinix/grafika",
    "description": "An image manipulation library for PHP.",
    "keywords": ["grafika"],
    "homepage": "http://kosinix.github.io/grafika",
    "type": "library",
    "license": [
        "MIT",
        "GPL-2.0+"
    ],
    "authors": [
        {
            "name": "Nico Amarilla",
            "homepage": "https://www.kosinix.com"
        }
    ],
    "require": {
        "php": ">=5.3"
    },
    "autoload": {
        "psr-4": {
            "Grafika\\": "src/Grafika"
        }
    }
}