{
    "name": "magento/project-community-edition",
    "description": "eCommerce Platform for Growth (Community Edition)",
    "type": "project",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "config": {
        "allow-plugins": {
            "cweagans/composer-patches": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "laminas/laminas-dependency-plugin": true,
            "magento/*": true,
            "php-http/discovery": true
        },
        "preferred-install": "dist",
        "sort-packages": true
    },
    "version": "2.4.9",
    "require": {
        "php": "~8.5.0",
        "basecom/magento2-disable-customer-address-file-upload": "^1.0",
        "clegginabox/pdf-merger": "dev-master",
        "cweagans/composer-patches": "^1.7",
        "endroid/qr-code": "^6.0",
        "google/apiclient": "^2.0",
        "google/auth": "^1.47",
        "google/photos-library": "*",
        "laminas/laminas-stdlib": "^3.21",
        "magento/composer-dependency-version-audit-plugin": "~0.1",
        "magento/composer-root-update-plugin": "^2.0.4",
        "magento/product-community-edition": "2.4.9",
        "mpdf/mpdf": "^8.2",
        "rhysnhall/etsy-php-sdk": "^0.4.0",
        "spipu/html2pdf": "^5.2",
        "stripe/module-payments": "4.0.8",
        "stripe/stripe-payments": "4.0.0"
    },
    "autoload": {
        "exclude-from-classmap": [
            "**/dev/**",
            "**/update/**",
            "**/Test/**"
        ],
        "files": [
            "app/etc/NonComposerComponentRegistration.php"
        ],
        "psr-0": {
            "": [
                "app/code/",
                "generated/code/"
            ]
        },
        "psr-4": {
            "Magento\\Setup\\": "setup/src/Magento/Setup/"
        }
    },
    "require-dev": {
        "allure-framework/allure-phpunit": "^3.2",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
        "dg/bypass-finals": "^1.4",
        "friendsofphp/php-cs-fixer": "^3.22",
        "lusitanian/oauth": "^0.8",
        "magento/magento-coding-standard": "*",
        "magento/magento2-functional-testing-framework": "^6.0",
        "pdepend/pdepend": "^3@dev",
        "phpmd/phpmd": "^3@dev",
        "phpstan/phpstan": "^1.9",
        "phpunit/phpunit": "^12.0",
        "symfony/finder": "^7.4"
    },
    "conflict": {
        "gene/bluefoot": "*"
    },
    "autoload-dev": {
        "psr-4": {
            "Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/",
            "Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
            "Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
            "Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
            "Magento\\Tools\\": "dev/tools/Magento/Tools/",
            "Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "extra": {
        "magento-force": "override",
        "composer-exit-on-patch-failure": true,
        "patches": {
            "stripe/module-payments": {
                "Symfony 7: add int return type to console execute() (2.4.9/PHP 8.5 compat)": "patches/composer/stripe-payments-symfony7-int-return.patch"
            },
            "magento/framework": {
                "PHP 8.5: suppress E_DEPRECATED escalation from not-yet-updated vendor modules so setup:upgrade/di:compile don't hard-fail": "patches/composer/magento-framework-suppress-deprecation-escalation.patch"
            }
        }
    }
}
