{
    "name": "intervention/gif",
    "description": "Native PHP GIF Encoder/Decoder",
    "homepage": "https://github.com/intervention/gif",
    "keywords": ["image", "gd", "gif", "animation"],
    "license": "MIT",
    "authors": [
        {
            "name": "Oliver Vogel",
            "email": "oliver@intervention.io",
            "homepage": "https://intervention.io/"
        }
    ],
    "require": {
        "php": "^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "phpstan/phpstan": "^1"
    },
    "autoload": {
        "psr-4": {
            "Intervention\\Gif\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Intervention\\Gif\\Test\\": "tests"
        }
    },
    "minimum-stability": "stable"
}
