1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-10-13 16:50:18 +02:00

Update README.md with the newest version

This commit is contained in:
Jakub Turek 2015-02-20 22:18:33 +01:00
parent bb9e842bd5
commit 03500ee7e7

View File

@ -16,7 +16,7 @@ Simply add the following dependency to your projects composer.json file:
```js ```js
"require-dev": { "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 ### ### System-wide installation with composer ###
```bash ```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. Make sure you have ~/.composer/vendor/bin/ in your path.