diff --git a/composer.json b/composer.json index 5834444..5662ed0 100644 --- a/composer.json +++ b/composer.json @@ -30,21 +30,21 @@ "ext-simplexml": "*", "ext-swoole": ">=4.5", "giggsey/libphonenumber-for-php": "^8.12", - "hyperf-ext/contract": "~2.2.0", - "hyperf/async-queue": "~2.2.0", - "hyperf/command": "~2.2.0", - "hyperf/config": "~2.2.0", - "hyperf/devtool": "~2.2.0", - "hyperf/di": "~2.2.0", - "hyperf/event": "~2.2.0", - "hyperf/framework": "~2.2.0", - "hyperf/guzzle": "~2.2.0", - "hyperf/logger": "~2.2.0", + "hyperf-ext/contract": "3.0.*", + "hyperf/async-queue": "3.0.*", + "hyperf/command": "3.0.*", + "hyperf/config": "3.0.*", + "hyperf/devtool": "3.0.*", + "hyperf/di": "3.0.*", + "hyperf/event": "3.0.*", + "hyperf/framework": "3.0.*", + "hyperf/guzzle": "3.0.*", + "hyperf/logger": "3.0.*", "hyperf/validation": "^2.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "hyperf/testing": "~2.2.0", + "hyperf/testing": "3.0.*", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master", "mockery/mockery": "^1.0"