Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium authored Mar 3, 2020
1 parent e373c65 commit 75da2cb
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.0.5",
"version": "1.1.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.*",
"illuminate/container": "5.*|6.*",
"illuminate/validation": "5.*|6.*"
"illuminate/support": "5.8.*|6.*|7.*",
"illuminate/container": "5.*|6.*|7.*",
"illuminate/validation": "5.*|6.*|7.*"
},
"require-dev": {
"phpunit/phpunit": "5.*",
Expand Down

0 comments on commit 75da2cb

Please sign in to comment.