We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df331e commit 2f42c68Copy full SHA for 2f42c68
README.md
@@ -25,7 +25,7 @@ By turning your Symfony application into a FastCGI application, you can keep the
25
To do this, open the terminal in your project directory and use composer to add the Speedfony Bundle to your dependencies.
26
27
```sh
28
-composer require "phpfastcgi/speedfony-bundle:~0.6"
+composer require "phpfastcgi/speedfony-bundle:0.6.*"
29
```
30
31
Next, register the bundle in your AppKernel.php file:
0 commit comments