1 Star 0 Fork 18

1oooooo / IYUUPlus

forked from 大卫 / IYUUPlus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
大卫 提交于 2022-10-03 22:12 . fixed
{
"name": "workerman/webman",
"type": "library",
"keywords": [
"high performance",
"http service"
],
"homepage": "http://www.workerman.net",
"license": "MIT",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"support": {
"email": "walkor@workerman.net",
"issues": "https://github.com/walkor/webman/issues",
"forum": "http://wenda.workerman.net/",
"wiki": "http://workerman.net/doc/webman",
"source": "https://github.com/walkor/webman"
},
"require": {
"php": ">=7.2",
"workerman/webman-framework": "^1.4.7",
"monolog/monolog": "^2.0",
"webman/console": "^1.2.12",
"vlucas/phpdotenv": "5.1.0",
"rhilip/bencode": "^2.1",
"workerman/crontab": "^1.0",
"curl/curl": "^2.3",
"ext-posix": "*",
"ext-pcntl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-curl": "*",
"ext-dom": "*",
"ledccn/bittorrentclient": "dev-master",
"webman/event": "^1.0",
"ext-simplexml": "*"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"IYUU\\": "src/"
},
"files": [
"./support/helpers.php",
"./app/helpers.php",
"./init.php"
]
},
"scripts": {
"post-autoload-dump": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
PHP
1
https://gitee.com/enjoyO/iyuuplus.git
git@gitee.com:enjoyO/iyuuplus.git
enjoyO
iyuuplus
IYUUPlus
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891