{
    "name": "magento/magento-coding-standard",
    "description": "A set of Magento specific PHP CodeSniffer rules.",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "type": "phpcodesniffer-standard",
    "version": "4",
    "require": {
        "php": ">=5.6.0",
        "squizlabs/php_codesniffer": "^3.4"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
    },
    "scripts": {
        "post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..",
        "post-update-cmd": "vendor/bin/phpcs --config-set installed_paths ../../.."
    }
}
