Remove version from composer require
Composer detects the latest stable version (only 0.x should specify the version) http://blog.doh.ms/2014/10/13/installing-composer-packages/
This commit is contained in:
parent
e1a7b53a22
commit
260b4cd5ac
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ PSRs you support to avoid any confusion with users and contributors.
|
|||
Via Composer
|
||||
|
||||
``` bash
|
||||
$ php composer.phar require league/skeleton:~1.0
|
||||
$ php composer.phar require league/skeleton
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue