{
    "name": "davidbaumwald/disable-webp-by-default",
    "description": "A small plugin to control WebP image creation when JPEG images are uploaded.",
    "type": "wp-plugin",
    "license": "GPLv2",
    "authors": [
        {
            "name": "David Baumwald",
            "email": "david.baumwald@gmail.com"
        }
    ],
    "require": {},
    "require-dev": {
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
        "pcov/clobber": "dev-master",
        "phpcompatibility/phpcompatibility-wp": "dev-master",
        "phpstan/extension-installer": "^1.0",
        "phpstan/phpstan": "^1.3",
        "phpunit/phpunit": "^7",
        "squizlabs/php_codesniffer": "^3.6",
        "szepeviktor/phpstan-wordpress": "dev-master",
        "vlucas/phpdotenv": "5.4.x-dev",
        "wp-coding-standards/wpcs": "dev-master",
        "yoast/phpunit-polyfills": "^1.0"
    },
    "scripts": {
        "lint": "./vendor/bin/phpcs -nps --colors --report-code --report-summary --report-width=80 --cache .",
        "format": "./vendor/bin/phpcbf --standard=phpcs.xml.dist .",
        "analyze": "./vendor/bin/phpstan",
		"test": "composer lint && composer analyze"
    }
}
