diff --git a/composer.json b/composer.json index f8eb349..4f4cb32 100644 --- a/composer.json +++ b/composer.json @@ -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",