Your IP : 216.73.216.189


Current Path : /var/www/magento.test.indacotrentino.com/www/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/composer.json

{
    "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
        },
        "preferred-install": "dist",
        "sort-packages": true
    },
    "version": "2.4.4",
    "require": {
	       "magento/product-community-edition": "2.4.7-p3",
    "magento/composer-root-update-plugin": "^2.0.4",
    "brandung/cash-on-delivery-fee": "^2.2",
    "iubenda/module-cookiesolution": "^2.4",
    "mageplaza/magento-2-blog-extension": "^4.1",
    "mageplaza/magento-2-italian-language-pack": "dev-master",
    "mageplaza/module-smtp": "^4.7",
    "stripe/stripe-payments": "^3.3"
    },
    "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": "~2.0",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
    "friendsofphp/php-cs-fixer": "~3.4.0",
    "lusitanian/oauth": "~0.8.10",
    "magento/magento-coding-standard": "*",
    "magento/magento2-functional-testing-framework": "^4.0",
    "pdepend/pdepend": "^2.12.1",
    "phpmd/phpmd": "^2.13.0",
    "phpstan/phpstan": "^1.6.8",
    "phpunit/phpunit": "~9",
    "sebastian/phpcpd": "^6.0.3",
    "squizlabs/php_codesniffer": "~3.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": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "extra": {
        "magento-force": "override"
    }
}