diff --git a/composer.json b/composer.json index 80013b9..e8b0045 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ ], "homepage": "https://hyperf.io", "support": { - "docs": "https://hyperf.wiki", "issues": "https://github.com/hyperf/hyperf/issues", - "pull-request": "https://github.com/hyperf/hyperf/pulls", - "source": "https://github.com/hyperf/hyperf" + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki", + "pull-request": "https://github.com/hyperf/hyperf/pulls" }, "require": { "php": ">=8.1", @@ -23,7 +23,7 @@ "hyperf/http-server": "~3.1.0", "hyperf/support": "~3.1.0", "hyperf/utils": "~3.1.0", - "psr/container": "^1.0|^2.0", + "psr/container": "^1.0 || ^2.0", "psr/event-dispatcher": "^1.0" }, "autoload": {