1 Star 0 Fork 47

z2go / gee-task

forked from dungang / gee-task 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name" : "dungang/geetask",
"description" : "一个适合小团队的简化的敏捷项目管理系统",
"keywords" : [
"ACP",
"Scrum",
"PHP"
],
"homepage" : "http://www.yiiframework.com/",
"type" : "project",
"license" : "MIT License",
"support" : {
"issues" : "https://github.com/dungang/geetask/issues?state=open",
"source" : "https://github.com/dungang/geetask"
},
"minimum-stability" : "stable",
"require" : {
"php" : ">=5.4.0",
"yiisoft/yii2" : "~2.0.14",
"yiisoft/yii2-bootstrap" : "~2.0.0",
"yiisoft/yii2-swiftmailer" : "~2.0.0",
"yiisoft/yii2-httpclient" : "^2.0",
"yiisoft/yii2-imagine": "^2.1",
"phpoffice/phpexcel": "^1.8"
},
"require-dev" : {
"yiisoft/yii2-debug" : "~2.0.0",
"yiisoft/yii2-gii" : "~2.0.0"
},
"config" : {
"process-timeout" : 1800,
"fxp-asset" : {
"installer-paths" : {
"npm-asset-library" : "vendor/npm",
"bower-asset-library" : "vendor/bower"
}
}
},
"scripts" : {
"post-install-cmd" : "yii\\composer\\Installer::postInstall",
"post-create-project-cmd" : [
"yii\\composer\\Installer::postCreateProject",
"yii\\composer\\Installer::postInstall"
]
},
"extra" : {
"yii\\composer\\Installer::postCreateProject" : {
"setPermission" : [{
"runtime" : "0777",
"web/assets" : "0777",
"yii" : "0755"
}
]
},
"yii\\composer\\Installer::postInstall" : {
"generateCookieValidationKey" : [
"config/web.php"
]
}
},
"repositories" : [{
"type" : "composer",
"url" : "https://asset-packagist.org"
}
]
}
PHP
1
https://gitee.com/z2go/gee-task.git
git@gitee.com:z2go/gee-task.git
z2go
gee-task
gee-task
master

搜索帮助