{
    "name": "raffaelj/wordpress-another-simple-image-optimizer",
    "type": "wordpress-plugin",
    "homepage": "https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer",
    "description": "Automatically optimize uploaded images using the Spatie image-optimizer library and binaries on your host system (jpegoptim, optipng, pngquant, cwebp, gifsicle, svgo, avifenc)",
    "license": "MIT",
    "authors": [
        {
            "name": "Raffael Jesche",
            "homepage": "https://www.rlj.me"
        }
    ],
    "require": {
        "spatie/image-optimizer": "^1.6.3",
        "symfony/process": "^6"
    },
    "autoload": {
        "classmap": ["AnotherSimpleImageOptimizer.php"]
    },
    "extra": {
        "installer-name": "another-simple-image-optimizer"
    },
    "config": {
        "platform": {
            "php": "8.1.21"
        },
        "platform-check": false,
        "optimize-autoloader": true
    }
}
