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:
Barry vd. Heuvel 2014-10-15 09:04:10 +02:00
parent e1a7b53a22
commit 260b4cd5ac
1 changed files with 1 additions and 1 deletions

View File

@ -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