{
    "name": "bagisto/image-cache",
    "description": "Caching extension for the Intervention Image Class",
    "homepage": "https://image.intervention.io",
    "keywords": [
        "image",
        "gd",
        "imagick",
        "laravel",
        "cache"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Oliver Vogel",
            "email": "oliver@intervention.io",
            "homepage": "http://intervention.io/"
        }
    ],
    "require": {
        "php": "^8.2",
        "intervention/image": "~2.2",
        "illuminate/cache": "^9|~10|~11",
        "illuminate/filesystem": "^9|~10|~11",
        "nesbot/carbon": "^2.72.2",
        "opis/closure": "^3.5"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.0"
    },
    "autoload": {
        "psr-4": {
            "Intervention\\Image\\": "src/Intervention/Image"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Intervention\\Image\\Test\\": "tests/"
        }
    },
    "minimum-stability": "dev"
}
