0 Star 2 Fork 1

andyYu / nbPhp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
andyYu 提交于 2019-03-20 18:10 . 搜索引擎
{
"require": {
"noahbuscher/macaw": "dev-master",
"illuminate/database": "^5.5",
"filp/whoops": "^2.1",
"twig/twig": "^2.0",
"jenssegers/blade": "^1.1",
"guzzlehttp/guzzle": "^6.3",
"respect/validation": "^1.1",
"vlucas/phpdotenv": "^2.4",
"illuminate/session": "^5.5",
"illuminate/http": "^5.5",
"illuminate/routing": "^5.5",
"illuminate/validation": "^5.5",
"illuminate/auth": "^5.5",
"illuminate/bus": "^5.5",
"laravel-zero/foundation": "^5.5",
"illuminate/log": "^5.5",
"monolog/monolog": "^1.23",
"overtrue/wechat": "^4.0",
"curl/curl": "^1.8",
"stomp-php/stomp-php": "^4.4",
"elasticsearch/elasticsearch": "^6.1"
},
"autoload": {
"psr-4": {
"App\\": "app",
"Common\\":"common"
},
"files":[
"common/helpers/os_helper.php",
"common/helpers/file_helper.php",
"common/helpers/image_helper.php",
"common/helpers/star_check_helper.php",
"common/helpers/http_helper.php",
"common/helpers/string_helper.php",
"common/helpers/class_helper.php"
]
},
"authors": [
{
"name" : "wuchen",
"email":"yuxianjun001@icloud.com"
}
],
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master"
}
}
1
https://gitee.com/yuxianjun001/nbPhp.git
git@gitee.com:yuxianjun001/nbPhp.git
yuxianjun001
nbPhp
nbPhp
master

搜索帮助