1 Star 0 Fork 139

ckey / EasyTask

forked from GaoJiuFeng / EasyTask 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
GaoJiuFeng 提交于 2020-05-04 09:46 . 优化
{
"name": "easy-task/easy-task",
"description": "easy-task",
"keywords": [
"easy-task"
],
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "GaoJiuFeng",
"email": "392223903@qq.com"
}
],
"require": {
"php": ">=5.4",
"ext-json": "*",
"ext-mbstring": "*"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"EasyTask\\": "src/"
}
}
}
PHP
1
https://gitee.com/nxbin/EasyTask.git
git@gitee.com:nxbin/EasyTask.git
nxbin
EasyTask
EasyTask
master

搜索帮助