Skip to content

Commit

Permalink
Removed version constraint from README install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCarterUK committed Dec 1, 2016
1 parent e5ce8b2 commit 95f4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ By turning your Symfony application into a FastCGI application, you can keep the
To do this, open the terminal in your project directory and use composer to add the Speedfony Bundle to your dependencies.

```sh
composer require "phpfastcgi/speedfony-bundle:^0.8"
composer require "phpfastcgi/speedfony-bundle"
```

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

0 comments on commit 95f4538

Please sign in to comment.