Skip to content

Commit

Permalink
Merge pull request #2 from DariusIII/patch-1
Browse files Browse the repository at this point in the history
Update composer for Laravel 7 support
  • Loading branch information
DariusIII committed Mar 10, 2020
2 parents 087f714 + 829b949 commit b103b32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jrean/laravel-user-verification",
"description": "User Email Verification For Laravel 5.*",
"description": "User Email Verification For Laravel",
"keywords": ["laravel", "framework", "user verification", "email verification", "user activation", "email activation"],
"license": "MIT",
"authors": [
Expand All @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "^6.0"
"illuminate/support": "^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,10 +24,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "^7.0",
"fzaninotto/faker": "^1.6",
"mockery/mockery": "^0.9.5",
"satooshi/php-coveralls": "^1.0",
"phpunit/phpunit": "^7.0 || ^8.0",
"fzaninotto/faker": "^1.9",
"mockery/mockery": "^1.3",
"satooshi/php-coveralls": "^2.0",
"friendsofphp/php-cs-fixer": "^1.12",
"sllh/php-cs-fixer-styleci-bridge": "^2.1"
},
Expand Down

0 comments on commit b103b32

Please sign in to comment.