diff --git a/composer.json b/composer.json index e19b108..fb6fc48 100644 --- a/composer.json +++ b/composer.json @@ -29,14 +29,14 @@ } }, "require": { - "php": ">=7.3", - "hyperf/config": "^2.1", - "hyperf/di": "^2.1", - "hyperf/framework": "^2.1" + "php": ">=8.0", + "hyperf/config": "^3.0", + "hyperf/di": "^3.0", + "hyperf/framework": "^3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "hyperf/testing": "^2.1", + "hyperf/testing": "^3.0", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master" },