{
    "name": "thegrommet/image-resizer",
    "description": "A PHP library for resizing images",
    "license": "MIT",
    "authors": [
        {
            "name": "Todd Mannherz",
            "email": "todd@thegrommet.com"
        }
    ],
    "require": {
        "php": "^7.3",
        "gumlet/php-image-resize": "^1.9",
        "kraken-io/kraken-php": "^1.6",
        "ext-gd": "^7.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.2",
        "squizlabs/php_codesniffer": "^3.4"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    },
    "autoload-dev": {
        "classmap": [
            "tests/"
        ]
    },
    "scripts": {
        "test": "phpunit",
        "fmt-check": "phpcs --standard=PSR12 --exclude=Generic.Files.LineEndings ./src",
        "fmt": "phpcbf --standard=PSR12 --exclude=Generic.Files.LineEndings ./src"
    }
}
