mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-25 12:18:31 +00:00
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:
@@ -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##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user