Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium authored Sep 8, 2020
1 parent ac67ea5 commit bbfd63d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "madeitbelgium/laravel-email-domain-validation",
"version": "1.1.0",
"version": "1.2.0",
"description": "PHP Laravel Email domain validator",
"keywords": ["email", "domainname"],
"homepage": "http://www.madeit.be",
Expand All @@ -15,9 +15,9 @@
],
"require": {
"php": ">=5.6",
"illuminate/support": "5.8.*|6.*|7.*",
"illuminate/container": "5.*|6.*|7.*",
"illuminate/validation": "5.*|6.*|7.*"
"illuminate/support": "5.8.*|6.*|7.*|8.*",
"illuminate/container": "5.*|6.*|7.*|8.*",
"illuminate/validation": "5.*|6.*|7.*|8.*"
},
"require-dev": {
"phpunit/phpunit": "5.*",
Expand Down

0 comments on commit bbfd63d

Please sign in to comment.