Skip to content

Commit 6fdd702

Browse files
authored
chore: bump version number (#32)
1 parent f433a37 commit 6fdd702

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"require": {
2121
"php": ">=7.2",
2222
"ext-swoole": ">=4.4",
23-
"hyperf/pool": "~2.0.0",
24-
"hyperf/process": "~2.0.0",
23+
"hyperf/pool": "^2.0.0",
24+
"hyperf/process": "^2.0.0",
2525
"spiral/goridge": "^2.4.1",
2626
"symfony/event-dispatcher": "^5.1"
2727
},
2828
"require-dev": {
2929
"ext-mongodb": "*",
3030
"friendsofphp/php-cs-fixer": "^2.14",
31-
"hyperf/command": "~2.0.0",
32-
"hyperf/config": "~2.0.0",
33-
"hyperf/di": "~2.0.0",
34-
"hyperf/framework": "~2.0.0",
35-
"hyperf/testing": "~2.0.0",
31+
"hyperf/command": "^2.0.0",
32+
"hyperf/config": "^2.0.0",
33+
"hyperf/di": "^2.0.0",
34+
"hyperf/framework": "^2.0.0",
35+
"hyperf/testing": "^2.0.0",
3636
"mockery/mockery": "^1.3",
3737
"phpstan/phpstan": "^0.12",
3838
"swoole/ide-helper": "^4.5"

0 commit comments

Comments
 (0)