加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
Mo 提交于 2015-06-11 19:35 . new struct
{
"name": "shopec/shopec",
"description": "ECShop with Laravel 5 重构版, 深度整合 Wordpress, Discuz! X3.2 云店优商(shopec.net) 出品 ",
"keywords": [
"shopec",
"laravel",
"ecshop"
],
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "5.0.*",
"barryvdh/laravel-ide-helper": "^2.0",
"oodle/krumo": "~0.5",
"pingpong/modules": "~2.0",
"barryvdh/laravel-debugbar": "^2.0",
"way/generators": "^3.0",
"pingpong/admin": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
},
"autoload": {
"files": [
"core/app/Includes/constants.php",
"core/app/Function/function_actions.php",
"core/app/Function/function_common.php",
"core/app/Function/function_extra.php",
"core/app/Function/function_goods.php",
"core/app/Function/function_insert.php",
"core/app/Function/function_main.php",
"core/app/Function/function_order.php",
"core/app/Function/function_passport.php",
"core/app/Function/function_transaction.php",
"core/app/Function/function_utils.php",
"core/app/Function/functoin_payment.php"
],
"classmap": [
"core/database",
"core/app/Library"
],
"psr-4": {
"App\\": "core/app",
"": "core/modules"
}
},
"autoload-dev": {
"classmap": [
"core/tests/TestCase.php"
]
},
"scripts": {
"post-install-cmd": [
"php core/artisan clear-compiled",
"php core/artisan optimize"
],
"post-update-cmd": [
"php core/artisan clear-compiled",
"php core/artisan ide-helper:generate",
"php core/artisan optimize"
],
"post-create-project-cmd": [
"php -r \"copy('core/.env.example', 'core/.env');\"",
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化