{
    "name": "magento/project-community-edition",
    "description": "eCommerce Platform for Growth (Community Edition)",
    "type": "project",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "laminas/laminas-dependency-plugin": true,
            "magento/*": true,
            "cweagans/composer-patches": true
        },
        "preferred-install": "dist",
        "sort-packages": true
    },
    "version": "2.4.5-p1",
    "require": {
        "amasty/module-facebook-pixel-subscription-package-pro": "^1.2",
        "amasty/module-pixel-tik-tok": "^1.0",
        "amasty/module-shopby-subscription-package-pro": "^4.1",
        "ctidigital/magento2-csp-whitelist": "^1.0",
        "cweagans/composer-patches": "^1.7",
        "ghoster/module-outofstockatlast": "^1.1",
        "kiwicommerce/module-admin-activity": "^1.0",
        "laminas/laminas-log": "^2.16",
        "magento/composer-dependency-version-audit-plugin": "~0.1",
        "magento/composer-root-update-plugin": "~2.0",
        "magento/product-community-edition": "2.4.5-p10",
        "mirasvit/module-cataloglabel": "*",
        "mirasvit/module-reports": "*",
        "mirasvit/module-search-ultimate": "*",
        "veriteworks/cookiefix": "^3.0"
    },
    "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.0",
        "friendsofphp/php-cs-fixer": "~3.3.0",
        "lusitanian/oauth": "~0.8.10",
        "magento/magento-coding-standard": "*",
        "magento/magento2-functional-testing-framework": "^3.7",
        "pdepend/pdepend": "~2.10.0",
        "phpmd/phpmd": "^2.9.1",
        "phpstan/phpstan": "~1.2.0",
        "phpunit/phpunit": "~9.5.0",
        "sebastian/phpcpd": "^6.0.3",
        "squizlabs/php_codesniffer": "~3.6.0",
        "symfony/finder": "^5.2"
    },
    "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": {
        "mirasvit-clb2": {
            "type": "composer",
            "url": "https://67847:S5HPFA9NYK@packages.mirasvit.com/67847:S5HPFA9NYK/"
        },
        "amasty": {
            "type": "composer",
            "url": "https://composer.amasty.com/community/"
        },
        "mirasvit-advr2": {
            "type": "composer",
            "url": "https://67533:I76LRYD9NE@packages.mirasvit.com/67533:I76LRYD9NE/"
        },
        "mirasvit-esu2": {
            "type": "composer",
            "url": "https://67299:IHOPEKAFQU@packages.mirasvit.com/67299:IHOPEKAFQU/"
        },
        "0": {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    },
    "extra": {
        "magento-force": "override",
        "composer-exit-on-patch-failure": false,
        "patches": {
            "magento/module-email": {
                "Fix for CVE-2025-47110": "patches/VULN-31609_2.4.X.patch"
            },
            "kiwicommerce/module-admin-activity": {
                "Fix kiwi Commerce Activity Log Issue": "patches/kiwicommerce_activity_log_length_issue.patch"
            }
        }
    }
}
