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 e5ce8b2 commit 95f4538Copy full SHA for 95f4538
README.md
@@ -27,7 +27,7 @@ By turning your Symfony application into a FastCGI application, you can keep the
27
To do this, open the terminal in your project directory and use composer to add the Speedfony Bundle to your dependencies.
28
29
```sh
30
-composer require "phpfastcgi/speedfony-bundle:^0.8"
+composer require "phpfastcgi/speedfony-bundle"
31
```
32
33
Next, register the bundle in your AppKernel.php file:
0 commit comments