We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f479cd1 commit bdd08a8Copy full SHA for bdd08a8
README.md
@@ -8,14 +8,16 @@ Fine tuning on the PHP Built-in web server
8
9

10
11
+> See release notes at: https://github.com/natanfelles/php-server/releases
12
+
13
## Installation
14
15
### Composer
16
17
Open your terminal and run:
18
19
```sh
-composer global require natanfelles/php-server 2.*
20
+composer global require natanfelles/php-server:dev-master
21
```
22
23
Add the composer bin path to your *.bashrc*:
src/server_config.php
@@ -19,7 +19,7 @@
'max_execution_time' => 360,
],
'server' => [
- 'PHPSERVER_VERSION' => '2.8',
+ 'PHPSERVER_VERSION' => '2.9',
24
];
25
0 commit comments