update installation instructions

Given that Composer will install the latest version of a package
matching the stability restrictions that apply to project, users can
get an undesired version of package when they don't specify a version
constraint.
This commit is contained in:
Christian Flothmann
2015-06-26 19:35:00 +02:00
parent af864423f5
commit 2a1145ffbf
+1 -1
View File
@@ -9,7 +9,7 @@ With the help of
Run the command below to install via Composer
```shell
composer require egulias/email-validator
composer require egulias/email-validator "~1.2"
```
##Usage##