From 3f66b4123579da1038c10abe80df51c45e68b536 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Mon, 17 Jun 2024 09:51:06 +0800 Subject: [PATCH] Added composer.json normalize support (#6887) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": {