{
    "name": "magento/quality-patches",
    "description": "Provides quality patches for AdobeCommerce & Magento OpenSource",
    "type": "magento2-component",
    "version": "1.1.67",
    "license": "proprietary",
    "repositories": {
        "repo": {
            "type": "composer",
            "url": "https://repo.magento.com"
        }
    },
    "require": {
        "php": "^8.0",
        "ext-json": "*",
        "magento/magento-cloud-patches": "^1.0.11"
    },
    "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 || ^2.0 || ^3.0",
        "phpunit/phpunit": "^10",
        "composer/semver": "@stable",
        "phpmd/phpmd": "@stable",
        "squizlabs/php_codesniffer": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "Magento\\QualityPatches\\": "src/",
            "Magento\\QualityPatches\\Test\\Functional\\": "tests/functional/",
            "Magento\\QualityPatches\\Sniffs\\": "tests/static/sniffs/"
        }
    },
    "scripts": {
        "test:all": [
            "@test:phpcs",
            "@test:phpmd",
            "@test:integrity"
        ],
        "test:phpcs": "phpcs src --standard=tests/static/phpcs-ruleset.xml -p -n",
        "test:phpmd": "phpmd src xml tests/static/phpmd-ruleset.xml",
        "test:integrity": "phpunit --configuration ./tests/integrity",
        "update:info:json": "php src/UpdateInfoJson.php"
    },
    "config": {
        "sort-packages": true
    },
    "prefer-stable": true
}
