From 03500ee7e774c3b0cef66b6de93f86a81f7bf05a Mon Sep 17 00:00:00 2001 From: Jakub Turek Date: Fri, 20 Feb 2015 22:18:33 +0100 Subject: [PATCH] Update README.md with the newest version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ec18cb..99d584b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Simply add the following dependency to your project’s composer.json file: ```js "require-dev": { // ... - "andres-montanez/magallanes": "~1.0.1" + "andres-montanez/magallanes": "~1.0.3" // ... } ``` @@ -35,7 +35,7 @@ $ bin/mage version ### System-wide installation with composer ### ```bash -$ composer global require "andres-montanez/magallanes=~1.0.1" +$ composer global require "andres-montanez/magallanes=~1.0.3" ``` Make sure you have ~/.composer/vendor/bin/ in your path.