diff --git a/composer.json b/composer.json index 5164b43..b1aec0a 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/stringable": "~3.1.0", - "hyperf/support": "~3.1.0", + "php": ">=8.2", + "hyperf/contract": "~3.2.0", + "hyperf/http-message": "~3.2.0", + "hyperf/stringable": "~3.2.0", + "hyperf/support": "~3.2.0", "psr/container": "^1.0 || ^2.0" }, "autoload": {