Skip to content

Commit

Permalink
PHP 7.2 min
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 2, 2020
1 parent bdaa35d commit df09f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php
sudo: required
php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# canonical-email
Simple PHP library to canonize email addresses from gmail.com, outlook.com or other providers that allow several forms of email.

[![Build Status](https://travis-ci.org/rezozero/canonical-email.svg?branch=master)](https://travis-ci.org/rezozero/canonical-email)

**Be careful: do not store canonical email as primary email for login or sending emails!**
Your users may not be able to login again to your site if they used a specific email syntax which differs from canonical. Only store canonical emails in order to test against duplicates and prevent new users from creating multiple accounts with same email using variants.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple PHP library to canonize emails address from gmail.com or other providers that allow several forms of email.",
"type": "library",
"require": {
"php": "^7.0",
"php": "^7.2",
"beberlei/assert": "^3.2"
},
"license": "MIT",
Expand Down

0 comments on commit df09f9b

Please sign in to comment.