Skip to content

Commit e3024c4

Browse files
Updated to use FastCGIDaemon v0.7
1 parent 7b29558 commit e3024c4

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
@@ -25,7 +25,7 @@ By turning your Symfony application into a FastCGI application, you can keep the
2525
To do this, open the terminal in your project directory and use composer to add the Speedfony Bundle to your dependencies.
2626

2727
```sh
28-
composer require "phpfastcgi/speedfony-bundle:0.6.*"
28+
composer require "phpfastcgi/speedfony-bundle:^0.7"
2929
```
3030

3131
Next, register the bundle in your AppKernel.php file:
@@ -62,6 +62,9 @@ If you are using apache, you can configure the FastCGI module to launch and mana
6262

6363
## Updates
6464

65+
### v0.7.0
66+
- Upgraded to use FastCGIDaemon v0.7.0
67+
6568
### v0.6.0
6669
- Upgraded to use FastCGIDaemon v0.6.0
6770

0 commit comments

Comments
 (0)