{
    "name": "magento/magento-cloud-patches",
    "description": "Provides critical fixes for Magento 2 Enterprise Edition",
    "type": "magento2-component",
    "version": "1.0.20",
    "license": "OSL-3.0",
    "repositories": {
        "repo.magento.com": {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    },
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-json": "*",
        "composer/composer": "@stable",
        "composer/semver": "@stable",
        "symfony/config": "^3.3||^4.4||^5.0",
        "symfony/console": "^2.6||^4.0||^5.0",
        "symfony/dependency-injection": "^3.3||^4.3||^5.0",
        "symfony/process": "^2.1||^4.1||^5.0",
        "symfony/proxy-manager-bridge": "^3.3||^4.3||^5.0",
        "symfony/yaml": "^3.3||^4.0||^5.0",
        "monolog/monolog": "^1.25||^2.3",
        "magento/quality-patches": "^1.1.0"
    },
    "require-dev": {
        "codeception/codeception": "^4.1",
        "codeception/module-asserts": "^1.2",
        "codeception/module-db": "^1.0",
        "codeception/module-phpbrowser": "^1.0",
        "codeception/module-rest": "^1.2",
        "consolidation/robo": "^1.2",
        "phpmd/phpmd": "@stable",
        "phpunit/phpunit": "^8.5 || ^9.5",
        "squizlabs/php_codesniffer": "^3.0"
    },
    "bin": [
        "bin/ece-patches",
        "bin/magento-patches"
    ],
    "autoload": {
        "psr-4": {
            "Magento\\CloudPatches\\": "src/",
            "Magento\\CloudPatches\\Test\\Functional\\": "tests/functional/"
        }
    },
    "scripts": {
        "test": [
            "@phpcs",
            "@phpmd",
            "@phpunit"
        ],
        "phpcs": "phpcs src --standard=tests/static/phpcs-ruleset.xml -p -n",
        "phpmd": "phpmd src xml tests/static/phpmd-ruleset.xml",
        "phpunit": "phpunit --configuration tests/unit"
    },
    "config": {
        "sort-packages": true
    },
    "prefer-stable": true
}
