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 d670949 commit bbb0963Copy full SHA for bbb0963
1 file changed
composer.json
@@ -19,7 +19,6 @@
19
},
20
"require": {
21
"php": ">=7.2",
22
- "psr/container": "^1.0",
23
"symfony/console": "^4.2",
24
"hyperf/utils": "~1.0.0"
25
@@ -30,7 +29,7 @@
30
29
"friendsofphp/php-cs-fixer": "^2.9"
31
32
"suggest": {
33
- "hyperf/di": "Require this component for annotation."
+ "hyperf/di": "Required to use annotations."
34
35
"scripts": {
36
"test": "./vendor/bin/phpunit -c phpunit.xml",
0 commit comments