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

Merge pull request #277 from BlueM/develop

Fix Composer version constraint
This commit is contained in:
Andrés Montañez 2016-02-25 23:46:02 -03:00
commit 47e4d7c9a1

View File

@ -20,7 +20,7 @@ Simply add the following dependency to your projects composer.json file:
```js ```js
"require-dev": { "require-dev": {
// ... // ...
"andres-montanez/magallanes": "~1.0.*" "andres-montanez/magallanes": "~1.0"
// ... // ...
} }
``` ```
@ -39,7 +39,7 @@ $ bin/mage version
### System-wide installation with composer ### ### System-wide installation with composer ###
```bash ```bash
$ composer global require "andres-montanez/magallanes=~1.0.*" $ composer global require "andres-montanez/magallanes=~1.0"
``` ```
Make sure you have ~/.composer/vendor/bin/ in your path. Make sure you have ~/.composer/vendor/bin/ in your path.