当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
13 Star 11 Fork 4

Notadd / Module - 商城模块
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
寻风 提交于 2017-11-07 14:35 . update versions for package
{
"name": "notadd/mall",
"description": "Notadd's Mall Module.",
"keywords": ["notadd", "cms", "framework", "ecommerce", "shop", "mall"],
"homepage": "https://notadd.com/",
"license": "Apache-2.0",
"type": "notadd-module",
"authors": [
{
"name": "Notadd",
"email": "notadd@ibenchu.com"
}
],
"autoload": {
"psr-4": {
"Notadd\\Mall\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Notadd\\Mall\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"notadd/installers": "0.14.*",
"notadd/testing": "0.4.*",
"phpunit/phpunit": "~6.0"
}
}
PHP
1
https://gitee.com/notadd/mall.git
git@gitee.com:notadd/mall.git
notadd
mall
Module - 商城模块
master

搜索帮助