Simplify installation command in README (#198)

Composer will automatically use BC constraint, like `^2.1.7`
This commit is contained in:
Victor Bocharsky
2019-05-07 23:08:00 +03:00
committed by Eduardo Gulias Davis
parent 709f21f927
commit c802f106b3
+1 -1
View File
@@ -16,7 +16,7 @@ RFC 5321, 5322, 6530, 6531, 6532.
Run the command below to install via Composer
```shell
composer require egulias/email-validator "~2.1"
composer require egulias/email-validator
```
## Getting Started ##