1 Star 0 Fork 2

新月网络 / PhpCollection

forked from Ripper / PhpCollection 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ripper 提交于 2020-04-11 16:17 . 1.0
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": ">=5.6.0",
"topthink/framework": "5.1.*",
"topthink/think-captcha": "2.0.x-dev",
"topthink/think-worker": "2.0.x-dev",
"easy-task/easy-task": "^2.1",
"workerman/gateway-worker": "^3.0",
"jaeger/querylist": "4.1.1"
},
"autoload": {
"psr-4": {
"app\\": "application"
},
"files": [
"application/Library/function.php"
]
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}
PHP
1
https://gitee.com/xinyuestudio/PhpCollection.git
git@gitee.com:xinyuestudio/PhpCollection.git
xinyuestudio
PhpCollection
PhpCollection
master

搜索帮助