1 Star 0 Fork 74

oostudy/Notadd

forked from Notadd/Notadd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
寻风 提交于 2017-12-11 11:10 . Update composer.json
{
"name": "notadd/notadd",
"description": "The Notadd Framework.",
"keywords": [
"notadd",
"cms",
"foundation",
"framework"
],
"homepage": "https://notadd.com",
"license": "Apache-2.0",
"type": "project",
"authors": [
{
"name": "twilroad",
"email": "heshudong@ibenchu.com"
}
],
"autoload": {
"classmap": [
"storage/databases"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"notadd/administration": "0.18.*",
"notadd/framework": "0.18.*",
"notadd/installers": "0.14.*",
"notadd/testing": "0.4.*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0"
},
"scripts": {
"post-create-project-cmd": [
"php notadd key:generate"
],
"post-install-cmd": [
"Notadd\\Foundation\\Composer\\ComposerScripts::postInstall",
"php notadd key:generate"
],
"post-update-cmd": [
"Notadd\\Foundation\\Composer\\ComposerScripts::postUpdate",
"php notadd key:generate"
]
},
"support": {
"issues": "https://github.com/notadd/notadd/issues",
"source": "https://github.com/notadd/notadd"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/oostudy_admin/notadd.git
git@gitee.com:oostudy_admin/notadd.git
oostudy_admin
notadd
Notadd
master

搜索帮助