From 6ea53ffc5f11e10217584bacb63a5ffe19534775 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Wed, 5 Feb 2025 20:18:54 +0800 Subject: [PATCH] Init v3.2 (#7278) --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6897f09..48ef48b 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls" }, "require": { - "php": ">=8.1", - "hyperf/contract": "~3.1.0", - "hyperf/http-message": "~3.1.0", - "hyperf/support": "~3.1.0", - "hyperf/utils": "~3.1.0", + "php": ">=8.2", + "hyperf/contract": "~3.2.0", + "hyperf/http-message": "~3.2.0", + "hyperf/support": "~3.2.0", + "hyperf/utils": "~3.2.0", "psr/container": "^1.0 || ^2.0" }, "autoload": {