1 Star 0 Fork 139

dou dou / EasyTask

forked from GaoJiuFeng / EasyTask 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
GaoJiuFeng 提交于 2020-02-27 21:16 . fix_bug
{
"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.5",
"ext-json": "*"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"EasyTask\\": "src/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}
PHP
1
https://gitee.com/topasp/EasyTask.git
git@gitee.com:topasp/EasyTask.git
topasp
EasyTask
EasyTask
master

搜索帮助