From 8d8690f77b0410399eb3ed1d3cc8af80e021f358 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 22 Apr 2026 16:50:56 +0200 Subject: [PATCH] composer.json: add support section --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 5079105..aedb659 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,9 @@ }, "scripts": { "test": "pest" + }, + "support": { + "issues": "https://github.com/shufflingpixels/php-io/issues", + "source": "https://github.com/shufflingpixels/php-io" } }