Skip to content

Commit cb558f5

Browse files
authored
chore: bump version (#21)
* chore: bump version
1 parent 8f1e420 commit cb558f5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=7.2",
22+
"php": ">=7.3",
2323
"ext-swoole": ">=4.5",
24-
"hyperf/command": "~2.0.0",
25-
"hyperf/config": "~2.0.0",
26-
"hyperf/di": "~2.0.0",
27-
"hyperf/framework": "~2.0.0",
28-
"hyperf/http-server": "~2.0.0",
29-
"hyperf/utils": "~2.0.0"
24+
"hyperf/command": "^2.0.0",
25+
"hyperf/config": "^2.0.0",
26+
"hyperf/di": "^2.0.0",
27+
"hyperf/framework": "^2.0.0",
28+
"hyperf/http-server": "^2.0.0",
29+
"hyperf/utils": "^2.0.0"
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^2.14",
33-
"hyperf/crontab": "~2.0.0",
34-
"hyperf/db": "~2.0.0",
35-
"hyperf/guzzle": "~2.0.0",
36-
"hyperf/process": "~2.0.0",
37-
"hyperf/testing": "~2.0.0",
33+
"hyperf/crontab": "^2.0.0",
34+
"hyperf/db": "^2.0.0",
35+
"hyperf/guzzle": "^2.0.0",
36+
"hyperf/process": "^2.0.0",
37+
"hyperf/testing": "^2.0.0",
3838
"phpstan/phpstan": "^0.12",
3939
"phpunit/phpunit": "^7.0",
4040
"swoole/ide-helper": "^4.5.2",

0 commit comments

Comments
 (0)