1 Star 0 Fork 13

spoon / qshop

forked from 陈烁临 / qshop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
陈烁临 提交于 2023-07-19 22:14 . feat: readme编写
{
"name": "workerman/webman",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "https://www.workerman.net",
"license": "MIT",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "https://www.workerman.net",
"role": "Developer"
}
],
"support": {
"email": "walkor@workerman.net",
"issues": "https://github.com/walkor/webman/issues",
"forum": "https://wenda.workerman.net/",
"wiki": "https://workerman.net/doc/webman",
"source": "https://github.com/walkor/webman"
},
"require": {
"php": ">=7.4",
"ext-gd": "*",
"ext-curl": "*",
"ext-bcmath": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
"ext-zip": "*",
"ext-redis": "*",
"ext-fileinfo": "*",
"workerman/webman-framework": "^1.5.0",
"monolog/monolog": "^2.0",
"myclabs/php-enum": "^1.8",
"overtrue/easy-sms": "^2.4",
"qiniu/php-sdk": "^7.9",
"aliyuncs/oss-sdk-php": "^2.6",
"qcloud/cos-sdk-v5": "^2.6",
"kosinix/grafika": "^2.0",
"lvht/geohash": "^1.1",
"webman/think-orm": "^1.1",
"topthink/think-validate": "^2.0",
"webman/captcha": "^1.0",
"vlucas/phpdotenv": "^5.5",
"webman/console": "^1.2",
"psy/psysh": "^0.11.18",
"illuminate/support": "^9.52",
"illuminate/redis": "^9.37",
"symfony/var-dumper": "^6.0",
"symfony/cache": "^6.0",
"shopwwi/webman-filesystem": "^1.0",
"webman/event": "^1.0",
"topthink/think-template": "^3.0",
"workerman/crontab": "^1.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components",
"cores\\": "./cores"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
PHP
1
https://gitee.com/hackli/qshop.git
git@gitee.com:hackli/qshop.git
hackli
qshop
qshop
master

搜索帮助