1 Star 0 Fork 1

CyrusZhou/magento2ee

forked from Chankit/magento2ee 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 3.46 KB
一键复制 编辑 原始数据 按行查看 历史
Chankit 提交于 2018-12-28 16:43 . add files
{
"name": "magento/project-enterprise-edition",
"description": "eCommerce Platform for Growth (Enterprise Edition)",
"type": "project",
"version": "2.2.5",
"license": [
"proprietary"
],
"require": {
"magento/product-enterprise-edition": "2.2.5",
"composer/composer": "@alpha",
"magento/module-bundle-sample-data": "100.2.*",
"magento/module-cms-sample-data": "100.2.*",
"magento/module-catalog-sample-data": "100.2.*",
"magento/module-customer-sample-data": "100.2.*",
"magento/module-theme-sample-data": "100.2.*",
"magento/module-widget-sample-data": "100.2.*",
"magento/module-review-sample-data": "100.2.*",
"magento/module-catalog-rule-sample-data": "100.2.*",
"magento/module-sales-rule-sample-data": "100.2.*",
"magento/module-sales-sample-data": "100.2.*",
"magento/module-tax-sample-data": "100.2.*",
"magento/module-downloadable-sample-data": "100.2.*",
"magento/module-msrp-sample-data": "100.2.*",
"magento/module-wishlist-sample-data": "100.2.*",
"magento/module-gift-card-sample-data": "100.2.*",
"magento/module-product-links-sample-data": "100.2.*",
"magento/module-configurable-sample-data": "100.2.*",
"magento/module-grouped-product-sample-data": "100.2.*",
"magento/module-customer-balance-sample-data": "100.2.*",
"magento/module-offline-shipping-sample-data": "100.2.*",
"magento/module-target-rule-sample-data": "100.2.*",
"magento/module-gift-registry-sample-data": "100.2.*",
"magento/module-multiple-wishlist-sample-data": "100.2.*",
"magento/module-swatches-sample-data": "100.2.*",
"magento/sample-data-media": "100.2.*"
},
"require-dev": {
"phpunit/phpunit": "~6.2.0",
"squizlabs/php_codesniffer": "3.2.2",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "2.5.2",
"sjparkinson/static-review": "~4.1",
"friendsofphp/php-cs-fixer": "~2.2.1",
"lusitanian/oauth": "~0.8.10",
"sebastian/phpcpd": "2.0.4"
},
"autoload": {
"psr-4": {
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
"Magento\\Setup\\": "setup/src/Magento/Setup/",
"Magento\\": "app/code/Magento/"
},
"psr-0": {
"": [
"app/code/"
]
},
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
},
"autoload-dev": {
"psr-4": {
"Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
"Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/"
}
},
"minimum-stability": "stable",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"extra": {
"magento-force": "override"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CyrusZHou/magento2ee.git
git@gitee.com:CyrusZHou/magento2ee.git
CyrusZHou
magento2ee
magento2ee
master

搜索帮助