diff --git a/composer.json b/composer.json index 7daf1fd..8fb5f2a 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,14 @@ ], "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", - "guzzlehttp/guzzle": "^6.3|^7.0" + "guzzlehttp/guzzle": "^6.3 || ^7.0" }, "require-dev": { "hyperf/guzzle": "~3.1.0"