From e1be9c9864bcf280aac058aa1127a95acd6e5d62 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 23 Aug 2015 16:05:06 -0500 Subject: [PATCH] Update fxp version requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8918326b1..7be3f6e2b0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ git config --global push.default current From the Chamilo folder (in which you should be now if you followed the previous steps), launch: ``` -composer global require "fxp/composer-asset-plugin:1.0.0" +composer global require "fxp/composer-asset-plugin:1.0.3" composer update ```