From 385d33fa9167d149d3c814f772c33d13dafc9314 Mon Sep 17 00:00:00 2001 From: Wyatt Castaneda Date: Wed, 10 Aug 2022 11:11:57 -0700 Subject: [PATCH] wip --- changelog.md | 7 +++++++ composer.json | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index a07369f..1069200 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +### 0.4.1 + +- Fixed / added docblocks +- Added getAddress public method +- Updated readme +- Changed `executable` configuration key to `php` to match named method + ### 0.4.0 - Added a restart method diff --git a/composer.json b/composer.json index 9a215d4..b4c0049 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,11 @@ "email": "wyatt.castaneda@gmail.com" } ], + "support": { + "issues": "https://github.com/statix-php/server/issues", + "forum": "https://github.com/statix-php/server/discussions", + "chat": "https://discord.gg/yf8BtzS3Qg" + }, "require": { "php": ">=8", "symfony/process": "^6.0",