From 345e2f8c457cb358411175e5235418999b96a651 Mon Sep 17 00:00:00 2001 From: Andrew Lechowicz Date: Sun, 1 Sep 2013 14:31:10 -0700 Subject: [PATCH] Updated docs to use 2.4 in the composer.json example --- en/installation/advanced-installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/installation/advanced-installation.rst b/en/installation/advanced-installation.rst index 653a4e0b85..09fceea977 100644 --- a/en/installation/advanced-installation.rst +++ b/en/installation/advanced-installation.rst @@ -41,7 +41,7 @@ would look like the following:: } ], "require": { - "pear-cakephp/cakephp": ">=2.3.4" + "pear-cakephp/cakephp": ">=2.4.0" }, "config": { "vendor-dir": "Vendor/"