This commit is contained in:
zhang zhuo 2025-06-20 17:40:16 +08:00
parent 353a2045c4
commit 087207364f
1 changed files with 10 additions and 13 deletions

View File

@ -1,18 +1,17 @@
{ {
"name": "hyperf/hyperf-skeleton", "name": "pi/demo",
"type": "project", "type": "project",
"keywords": [ "keywords": [
"php", "php",
"swoole", "swoole"
"framework",
"hyperf",
"microservice",
"middleware"
], ],
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.", "description": "一个基础框架。",
"license": "Apache-2.0", "license": "Apache-2.0",
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"cfn/math-captcha": "^1.0",
"endroid/qr-code": "^6.0",
"firebase/php-jwt": "^6.11",
"hyperf/async-queue": "^3.1", "hyperf/async-queue": "^3.1",
"hyperf/cache": "~3.1.0", "hyperf/cache": "~3.1.0",
"hyperf/command": "~3.1.0", "hyperf/command": "~3.1.0",
@ -30,7 +29,10 @@
"hyperf/phar": "^3.1", "hyperf/phar": "^3.1",
"hyperf/process": "~3.1.0", "hyperf/process": "~3.1.0",
"hyperf/rate-limit": "^3.1", "hyperf/rate-limit": "^3.1",
"hyperf/redis": "~3.1.0" "hyperf/redis": "~3.1.0",
"hyperf/validation": "^3.1",
"hyperf/websocket-server": "^3.1",
"phpoffice/phpspreadsheet": "^4.3"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.0", "friendsofphp/php-cs-fixer": "^3.0",
@ -54,11 +56,6 @@
}, },
"files": [] "files": []
}, },
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "./test/"
}
},
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true, "prefer-stable": true,
"config": { "config": {