Skip to content

Commit 5384399

Browse files
authored
Optimized requirement for hyperf/validation (#2992)
* Removed devtool from validation. * Update CHANGELOG-2.0.md
1 parent 39b1fd3 commit 5384399

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
"php": ">=7.2",
2222
"ext-swoole": ">=4.3",
2323
"egulias/email-validator": "^2.1",
24-
"hyperf/command": "~2.0.0",
2524
"hyperf/contract": "~2.0.0",
2625
"hyperf/database": "~2.0.0",
27-
"hyperf/devtool": "~2.0.0",
2826
"hyperf/di": "~2.0.0",
2927
"hyperf/framework": "~2.0.0",
3028
"hyperf/http-server": "~2.0.0",
@@ -38,6 +36,7 @@
3836
"require-dev": {
3937
"friendsofphp/php-cs-fixer": "^2.14",
4038
"hyperf/db-connection": "~2.0.0",
39+
"hyperf/devtool": "~2.0.0",
4140
"hyperf/testing": "~2.0.0",
4241
"mockery/mockery": "^1.2"
4342
},

0 commit comments

Comments
 (0)