From 95f45385b3c6ba02c074174f6188de9c6a07d2a0 Mon Sep 17 00:00:00 2001 From: Andrew Carter Date: Thu, 1 Dec 2016 21:20:05 +0000 Subject: [PATCH] Removed version constraint from README install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a1ed8..7226382 100644 --- a/README.md +++ b/README.md @@ -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: