Skip to content

Commit bdd08a8

Browse files
committed
Update README and version
1 parent f479cd1 commit bdd08a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ Fine tuning on the PHP Built-in web server
88

99
![PHP Built-in web server autoindex](https://i.imgur.com/dE7B2LJ.png)
1010

11+
> See release notes at: https://github.com/natanfelles/php-server/releases
12+
1113
## Installation
1214

1315
### Composer
1416

1517
Open your terminal and run:
1618

1719
```sh
18-
composer global require natanfelles/php-server 2.*
20+
composer global require natanfelles/php-server:dev-master
1921
```
2022

2123
Add the composer bin path to your *.bashrc*:

src/server_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'max_execution_time' => 360,
2020
],
2121
'server' => [
22-
'PHPSERVER_VERSION' => '2.8',
22+
'PHPSERVER_VERSION' => '2.9',
2323
],
2424
];
2525

0 commit comments

Comments
 (0)