From 33ceaf0992cda382c7b6779405b00a04ad33fa78 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 e280a24..1373f6e 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,7 @@ "prefer-stable": true, "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" } }