Skip to content

Commit

Permalink
Updated composer instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCarterUK committed Aug 27, 2015
1 parent 2904094 commit 270bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,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.5"
composer require "phpfastcgi/speedfony-bundle:~0.6"
```

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

0 comments on commit 270bfaa

Please sign in to comment.