We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b8bed commit 385d33fCopy full SHA for 385d33f
2 files changed
changelog.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
### 0.4.0
11
12
- Added a restart method
composer.json
@@ -9,6 +9,11 @@
"email": "wyatt.castaneda@gmail.com"
}
],
+ "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
+ },
17
"require": {
18
"php": ">=8",
19
"symfony/process": "^6.0",
0 commit comments