Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
Jakub Turek
2015-02-21 13:05:32 +01:00
+2 -2
View File
@@ -16,7 +16,7 @@ Simply add the following dependency to your projects 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.