Skip to content

Commit 270bfaa

Browse files
Updated composer instructions
1 parent 2904094 commit 270bfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

2121
```sh
22-
composer require "phpfastcgi/speedfony-bundle:~0.5"
22+
composer require "phpfastcgi/speedfony-bundle:~0.6"
2323
```
2424

2525
Next, register the bundle in your AppKernel.php file:

0 commit comments

Comments
 (0)