Skip to content

Commit 2e0e5ea

Browse files
Made changes for v0.5
1 parent db3c85e commit 2e0e5ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ By turning your Symfony application into a FastCGI application, you can keep the
1717
To do this, open the terminal in your project directory and use composer to add the Speedfony Bundle to your dependencies.
1818

1919
```sh
20-
composer require "phpfastcgi/speedfony-bundle:~0.4"
20+
composer require "phpfastcgi/speedfony-bundle:~0.5"
2121
```
2222

2323
Next, register the bundle in your AppKernel.php file:
@@ -59,6 +59,9 @@ stable release is expected by September 2015.
5959

6060
## Updates
6161

62+
### v0.5.0
63+
- Upgraded to use FastCGIDaemon v0.5.0
64+
-
6265
### v0.4.0
6366
- Upgraded to use FastCGIDaemon v0.4.0, renamed command to 'speedfony:run'
6467

0 commit comments

Comments
 (0)