Update README.md

Updated composer installation instructions.
It now follows the recommendation of using the "require" command and letting Composer auto-define the latest version.
This commit is contained in:
Rafael Dohms
2014-10-22 14:29:38 +02:00
parent 65c8c3d7bb
commit 3d94cc6487
+6 -1
View File
@@ -2,7 +2,12 @@ EmailValidator [![Build Status](https://travis-ci.org/egulias/EmailValidator.png
=============================
##Installation##
Install via composer. Add to your current composer.json ```require``` key: ```"egulias/email-validator":"~1.0" ```
Run the command below to install via Composer
```shell
composer require egulias/email-validator
```
##Usage##