From 1667583aeceae3b7062ac61a434f3bc3b349a87c 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f866394..d7a4a5f 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",