feat : update composer.json
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
2024-10-25 16:26:22 +08:00
parent 2b4e0bf4a1
commit 37a8e175bd

View File

@@ -13,6 +13,7 @@
"license": "Apache-2.0",
"require": {
"php": ">=8.3",
"firebase/php-jwt": "^6.10",
"hyperf/amqp": "~3.1.0",
"hyperf/cache": "~3.1.0",
"hyperf/command": "~3.1.0",
@@ -30,7 +31,8 @@
"hyperf/paginator": "^3.1",
"hyperf/process": "~3.1.0",
"hyperf/redis": "~3.1.0",
"hyperf/validation": "^3.1"
"hyperf/validation": "^3.1",
"yansongda/hyperf-pay": "^1.7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",