From 2862ca9d8c63f2dfd990b28d790bd450a0d084c1 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 93fed30..5290312 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,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": { "hyperf/command": "~3.1.0",