{
    "name": "ezoic/wp-ezoic-cdn-manager",
    "description": "Wordpress Plugin to automatically purge entries in the Ezoic CDN when posts are updated",
    "type": "wordpress-plugin",
    "authors": [
        {
            "name": "ezoic"
        }
    ],
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.5",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
        "phpcompatibility/phpcompatibility-wp": "*",
        "wp-coding-standards/wpcs": "^2.3",
        "roave/security-advisories": "dev-master"
    },
	"scripts": {
		"install-codestandards": [
            "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
        ],
		"post-install-cmd": [
			"vendor/bin/phpcs -v ."
		],
		"post-update-cmd": [
			"vendor/bin/phpcs -v ."
		],
		"test": [
			"vendor/bin/phpcs -v ."
		]
	}
}
