{
    "name": "fastpixel-website-accelerator/fastpixel",
    "type": "wordpress-plugin",
    "description": "FastPixel",
    "homepage": "https://fastpixel.io/",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Aleksandr Guidrevitch",
            "email": "alex@excitingstartup.com",
            "homepage": "https://fastpixel.io"
        },
        {
            "name": "Simon Duduica",
            "email": "simon@shortpixel.com",
            "homepage": "https://shortpixel.com"
        }
    ],
    "require": {
        "php": ">=7.0",
        "wpdesk\/wp-notice": "^3.1",
        "phpseclib/phpseclib": "^3.0"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "yoast/phpunit-polyfills": "^1.0",
        "wp-coding-standards/wpcs": "^3.0"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
