1 Star 0 Fork 6

援军科技/Module - 后台管理模块

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
寻风 提交于 2017-11-13 16:35 +08:00 . update version for dev mode
{
"name": "notadd/administration",
"description": "Notadd's Administration Module.",
"type": "notadd-module",
"keywords": ["notadd", "cms", "administration", "extension"],
"homepage": "https://notadd.com",
"license": "Apache-2.0",
"authors": [
{
"name": "Notadd",
"email": "notadd@ibenchu.com"
}
],
"autoload": {
"psr-4": {
"Notadd\\Administration\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Notadd\\Administration\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.17-dev"
}
},
"require": {
"php": ">=7.0",
"twilroad/linfo": "^3.0"
},
"require-dev": {
"notadd/installers": "0.14.*",
"phpunit/phpunit": "~6.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhoumcu/administration.git
git@gitee.com:zhoumcu/administration.git
zhoumcu
administration
Module - 后台管理模块
master

搜索帮助