{
    "name": "magento/project-community-edition",
    "description": "eCommerce Platform for Growth (Community Edition)",
    "type": "project",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "magento/magento-composer-installer": true,
            "magento/inventory-composer-installer": true,
            "laminas/laminas-dependency-plugin": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "magento/composer-dependency-version-audit-plugin": true,
            "magento/composer-root-update-plugin": true,
            "sansec/composer-integrity-plugin": true,
            "php-http/discovery": true,
            "cweagans/composer-patches": true
        }
    },
    "version": "2.4.3",
    "require": {
        "amasty/module-mage-248-fix": "^1.0",
        "amasty/module-page-speed-optimizer-subscription-package-pro": "^3.8",
        "cweagans/composer-patches": "^1.7",
        "idealpostcodes/module-ukaddresssearch": "^2.4",
        "magenest/module-sage-pay-basic": "2.4.1",
        "magenest/sagepay-lib": "1.2.1",
        "magento/composer-dependency-version-audit-plugin": "~0.1",
        "magento/composer-root-update-plugin": "~2.0",
        "magento/product-community-edition": "2.4.8-p4",
        "mageplaza/magento-2-blog-extension": "^4.1",
        "mageplaza/module-google-recaptcha": "^4.0",
        "mageplaza/module-smtp": "^4.7",
        "mailchimp/mc-magento2": "^103.4",
        "mpdf/mpdf": "^8.1",
        "sansec/composer-integrity-plugin": "^0.2.1",
        "sansec/magento2-module-shield": "^1.0",
        "sparsh/magento-2-smtp-extension": "^1.3"
    },
    "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": "^2",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0 || ^1.0",
        "dg/bypass-finals": "^1.4",
        "friendsofphp/php-cs-fixer": "^3.8",
        "lusitanian/oauth": "^0.8",
        "magento/magento-coding-standard": "*",
        "magento/magento2-functional-testing-framework": "^4.3.1",
        "pdepend/pdepend": "^2.10",
        "sebastian/comparator": "<=4.0.6",
        "phpcompatibility/php-compatibility": "^9.3",
        "phpmd/phpmd": "^2.12",
        "phpstan/phpstan": "^1.9",
        "phpunit/phpunit": "^9.5",
        "sebastian/phpcpd": "^6.0",
        "symfony/finder": "^6.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": {
        "amasty": {
            "type": "composer",
            "url": "https://composer.amasty.com/community/"
        },
        "mageplaza": {
            "type": "composer",
            "url": "https://repo.mageplaza.com"
        },
        "0": {
            "type": "composer",
            "url": "https://repo.magento.com/",
            "exclude": [
                "idealpostcodes/module-ukaddresssearch"
            ]
        }
    },
    "extra": {
        "magento-force": true,
        "composer-exit-on-patch-failure": true,
        "patches": {
            "magento/module-csp":{
                "Fix for amasty page speed module fails with JS bundling": "patches/Revert_AC-15165_2.4.8-p3_composer.patch"
            }
        }
    }
}
