Browse Source

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

1.0
Jakub Turek 10 years ago
parent
commit
00edf87862
  1. 4
      README.md

4
README.md

@ -16,7 +16,7 @@ Simply add the following dependency to your project’s 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.

Loading…
Cancel
Save