1 Star 0 Fork 142

bobo/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"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/baitongda/EasyTask.git
git@gitee.com:baitongda/EasyTask.git
baitongda
EasyTask
EasyTask
master

搜索帮助