Skip to content

Commit 2f42c68

Browse files
Updated README for tighter composer dependency
1 parent 7df331e commit 2f42c68

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
@@ -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.6.*"
2929
```
3030

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

0 commit comments

Comments
 (0)