From 40a8a86e7d189a19cb4ca0c174d79c7e71ccfdbd Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Wed, 29 May 2024 16:17:12 +0800 Subject: [PATCH] Updated composer.support (#652) Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com> --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 10cf42d..98a1dc6 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ ], "support": { "issues": "https://github.com/friendsofhyperf/components/issues", - "source": "https://github.com/friendsofhyperf/components" + "source": "https://github.com/friendsofhyperf/components", + "pull-request": "https://github.com/friendsofhyperf/components/pulls" }, "require": { "friendsofhyperf/support": "~3.1.0",