Skip to content

Commit 385d33f

Browse files
committed
wip
1 parent a3b8bed commit 385d33f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 0.4.1
4+
5+
- Fixed / added docblocks
6+
- Added getAddress public method
7+
- Updated readme
8+
- Changed `executable` configuration key to `php` to match named method
9+
310
### 0.4.0
411

512
- Added a restart method

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"email": "wyatt.castaneda@gmail.com"
1010
}
1111
],
12+
"support": {
13+
"issues": "https://github.com/statix-php/server/issues",
14+
"forum": "https://github.com/statix-php/server/discussions",
15+
"chat": "https://discord.gg/yf8BtzS3Qg"
16+
},
1217
"require": {
1318
"php": ">=8",
1419
"symfony/process": "^6.0",

0 commit comments

Comments
 (0)