{
    "name": "magento/magento-cloud-patches",
    "description": "Provides critical fixes for Magento 2 Enterprise Edition",
    "type": "magento2-component",
    "version": "1.1.9",
    "license": "OSL-3.0",
    "repositories": {
        "repo.magento.com": {
          "type": "composer",
          "url": "https://repo.magento.com/"
        }
    },
    "require": {
        "php": "^8.0",
        "ext-json": "*",
        "composer/composer": "^1.9 || ^2.8 || !=2.2.16",
        "composer/semver": "@stable",
        "monolog/monolog": "^2.3 || ^2.7 || ^3.6",
        "symfony/config": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2",
        "symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2",
        "symfony/dependency-injection": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2",
        "symfony/process": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2",
        "symfony/proxy-manager-bridge": "^3.3||^4.3||^5.0||^6.0",
        "symfony/yaml": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2",
        "magento/quality-patches": "^1.1.0"
    },
    "require-dev": {
        "codeception/codeception": "^4.1 || ^5.1",
        "codeception/module-asserts": "^1.2 || ^3.0",
        "codeception/module-db": "^1.0 || ^3.0",
        "codeception/module-phpbrowser": "^1.0 || ^3.0",
        "codeception/module-rest": "^1.2 || ^3.0",
        "consolidation/robo": "^1.2 || ^3.0 || ^4.0 || ^5.0",
        "phpmd/phpmd": "@stable",
        "phpunit/phpunit": "^10.0",
        "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,
        "allow-plugins": {
            "magento/*": true
        }
    },
    "prefer-stable": true
}
