{
    "name": "magento/project-enterprise-edition",
    "description": "eCommerce Platform for Growth (Enterprise Edition)",
    "type": "project",
    "license": [
        "proprietary"
    ],
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "laminas/laminas-dependency-plugin": true,
            "magento/*": true
        },
        "preferred-install": "dist",
        "sort-packages": true
    },
    "version": "2.4.5-p15",
    "require": {
        "ext-curl": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-zip": "*",
        "chillerlan/php-qrcode": "5.0.2",
        "cybersource/global-payment-management": "3.5.3",
        "facebook/php-business-sdk": "15.0.3",
        "fishpig/magento2-wordpress-integration": "3.31.9",
        "fishpig/magento2-wordpress-integration-multisite": "3.4.2",
        "fishpig/magento2-wordpress-integration-relatedproducts": "3.5.1",
        "fishpig/magento2-wordpress-integration-yoastseo": "3.3.11",
        "klaviyo/magento2-extension": "4.4.2",
        "magento/composer-dependency-version-audit-plugin": "0.1.6",
        "magento/composer-root-update-plugin": "~2.0",
        "magento/live-search": "4.3.0",
        "magento/module-page-builder-product-recommendations": "6.1.0",
        "magento/product-enterprise-edition": "2.4.5-p15",
        "magento/product-recommendations": "6.1.0",
        "magento/quality-patches": "1.1.63",
        "markshust/magento2-module-disabletwofactorauth": "2.0.1",
        "shipperhq/module-address-autocomplete": "20.6.2",
        "yireo/magento2-checkouttester2": "1.0.0",
        "yireo/magento2-disablelog2": "0.0.7",
        "yireo/magento2-whoops": "0.2.0",
        "zf1/zend-reflection": "1.12.20"
    },
    "autoload": {
        "exclude-from-classmap": [
            "**/dev/**",
            "**/update/**",
            "**/Test/**"
        ],
        "files": [
            "app/etc/NonComposerComponentRegistration.php"
        ],
        "psr-0": {
            "": [
                "app/code/",
                "generated/code/"
            ]
        },
        "psr-4": {
            "Magento\\": "app/code/Magento/",
            "Magento\\Framework\\": "lib/internal/Magento/Framework/",
            "Magento\\Setup\\": "setup/src/Magento/Setup/"
        }
    },
    "require-dev": {
        "allure-framework/allure-phpunit": "~1.5.0",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
        "friendsofphp/php-cs-fixer": "~3.4.0",
        "lusitanian/oauth": "~0.8.10",
        "magento/magento-coding-standard": "29",
        "magento/magento2-functional-testing-framework": "^3.13",
        "pdepend/pdepend": "~2.10.0",
        "phpmd/phpmd": "^2.12.0",
        "phpstan/phpstan": "^1.6.8",
        "phpunit/phpunit": "~9.5.20",
        "sebastian/phpcpd": "^6.0.3",
        "squizlabs/php_codesniffer": "~3.6.0",
        "symfony/finder": "~5.4.0"
    },
    "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": {
        "repo.magento.com": {
            "type": "composer",
            "url": "https://repo.magento.com/"
        },
        "amasty": {
            "type": "composer",
            "url": "https://composer.amasty.com/enterprise/"
        },
        "fishpig": {
            "type": "composer",
            "url": "https://repo.fishpig.co.uk/"
        }
    },
    "extra": {
        "magento-force": "override"
    },
    "scripts": {
        "coding-standard": [
            "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../phpcompatibility/php-compatibility/PHPCompatibility/)"
        ],
        "post-install-cmd": [
            "@coding-standard"
        ],
        "post-update-cmd": [
            "@coding-standard"
        ]
    }
}
