composer.json: add support section

This commit is contained in:
Henrik Hautakoski 2026-04-22 16:50:56 +02:00
parent c677cfccd4
commit 8d8690f77b

View file

@ -27,5 +27,9 @@
},
"scripts": {
"test": "pest"
},
"support": {
"issues": "https://github.com/shufflingpixels/php-io/issues",
"source": "https://github.com/shufflingpixels/php-io"
}
}