We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddb546 commit c72dca5Copy full SHA for c72dca5
composer.json
@@ -23,10 +23,8 @@
23
"hyperf/collection": "~3.1.0",
24
"hyperf/conditionable": "~3.1.0",
25
"hyperf/contract": "~3.1.0",
26
- "hyperf/database": "~3.1.0",
27
"hyperf/di": "~3.1.0",
28
"hyperf/framework": "~3.1.0",
29
- "hyperf/http-server": "~3.1.0",
30
"hyperf/macroable": "~3.1.0",
31
"hyperf/tappable": "~3.1.0",
32
"hyperf/translation": "~3.1.0",
@@ -38,6 +36,10 @@
38
36
"psr/event-dispatcher": "^1.0",
39
37
"psr/http-message": "^1.0|^2.0"
40
},
+ "suggest": {
+ "hyperf/database": "Required if you want to use the database validation rule (~3.1.0).",
41
+ "hyperf/http-server": "Required if you want to use the request validation rule (~3.1.0)."
42
+ },
43
"config": {
44
"sort-packages": true
45
0 commit comments