1 Star 0 Fork 0

李铭昕/swow-skeleton

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.53 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "hyperf/swow-skeleton",
"type": "project",
"keywords": [
"php",
"swow",
"framework",
"hyperf",
"microservice",
"middleware"
],
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
"license": "MIT",
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-redis": "*",
"hyperf/async-queue": "3.1.*",
"hyperf/cache": "3.1.*",
"hyperf/command": "3.1.*",
"hyperf/config": "3.1.*",
"hyperf/constants": "3.1.*",
"hyperf/context": "3.1.*",
"hyperf/contract": "3.1.*",
"hyperf/coroutine": "3.1.*",
"hyperf/database": "3.1.*",
"hyperf/db-connection": "3.1.*",
"hyperf/di": "3.1.*",
"hyperf/dispatcher": "3.1.*",
"hyperf/engine-swow": "^2.10",
"hyperf/event": "3.1.*",
"hyperf/exception-handler": "3.1.*",
"hyperf/framework": "3.1.*",
"hyperf/guzzle": "3.1.*",
"hyperf/http-server": "3.1.*",
"hyperf/logger": "3.1.*",
"hyperf/model-cache": "3.1.*",
"hyperf/polyfill-coroutine": "3.1.*",
"hyperf/pool": "3.1.*",
"hyperf/process": "3.1.*",
"hyperf/redis": "3.1.*",
"hyperf/server": "3.1.*",
"hyperf/utils": "3.1.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/devtool": "3.1.*",
"hyperf/testing": "3.1.*",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/Kernel/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "test/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"extra": [],
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-autoload-dump": [
"rm -rf runtime/container"
],
"analyse": "phpstan analyse --memory-limit 512M",
"cs-fix": "php-cs-fixer fix $1",
"start": "php ./bin/hyperf.php start",
"test": "phpunit --colors=always",
"rector": "rector process --clear-cache"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/limingxinleo/swow-skeleton.git
[email protected]:limingxinleo/swow-skeleton.git
limingxinleo
swow-skeleton
swow-skeleton
master

搜索帮助