Skip to content

Commit 95f4538

Browse files
Removed version constraint from README install instruction
1 parent e5ce8b2 commit 95f4538

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

2929
```sh
30-
composer require "phpfastcgi/speedfony-bundle:^0.8"
30+
composer require "phpfastcgi/speedfony-bundle"
3131
```
3232

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

0 commit comments

Comments
 (0)