{
    "name": "getgrav/image",
    "description": "Image handling",
    "keywords": [
        "image",
        "gd"
    ],
    "homepage": "https://github.com/Gregwar/Image",
    "license": "MIT",
    "authors": [
        {
            "name": "Grégoire Passault",
            "email": "g.passault@gmail.com",
            "homepage": "http://www.gregwar.com/"
        },
        {
            "name": "Grav CMS",
            "email": "hello@getgrav.org",
            "homepage": "https://getgrav.org"
        }
    ],
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-gd": "*",
        "getgrav/cache": "^2.0"
    },
    "require-dev": {
        "sllh/php-cs-fixer-styleci-bridge": "~1.0",
        "phpunit/phpunit": "^9"
    },
    "suggest": {
        "behat/transliterator": "Transliterator provides ability to set non-latin1 pretty names"
    },
    "autoload": {
        "psr-4": {
            "Gregwar\\Image\\": ""
        }
    },
    "scripts": {
        "test": "./vendor/bin/phpunit --version && ./vendor/bin/phpunit -c phpunit.xml.dist"
    }
}
