diff --git a/composer.json b/composer.json index 9f1601d..21388fb 100644 --- a/composer.json +++ b/composer.json @@ -20,19 +20,19 @@ "require": { "php": ">=7.2", "ext-swoole": ">=4.4", - "hyperf/pool": "~2.0.0", - "hyperf/process": "~2.0.0", + "hyperf/pool": "^2.0.0", + "hyperf/process": "^2.0.0", "spiral/goridge": "^2.4.1", "symfony/event-dispatcher": "^5.1" }, "require-dev": { "ext-mongodb": "*", "friendsofphp/php-cs-fixer": "^2.14", - "hyperf/command": "~2.0.0", - "hyperf/config": "~2.0.0", - "hyperf/di": "~2.0.0", - "hyperf/framework": "~2.0.0", - "hyperf/testing": "~2.0.0", + "hyperf/command": "^2.0.0", + "hyperf/config": "^2.0.0", + "hyperf/di": "^2.0.0", + "hyperf/framework": "^2.0.0", + "hyperf/testing": "^2.0.0", "mockery/mockery": "^1.3", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "^4.5"