Skip to content

Commit

Permalink
Merge pull request #31 from lloricode/patch-1
Browse files Browse the repository at this point in the history
Add support for laravel 8
  • Loading branch information
Jordan Hall authored Sep 2, 2020
2 parents c3531e0 + 322ae0f commit c0a9bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=7.1",
"laravel/framework": "^5.4||^6.0||^7.0",
"divineomega/laravel-password-exposed-validation-rule": "^2.2.0"
"laravel/framework": "^5.4||^6.0||^7.0||^8.0",
"divineomega/laravel-password-exposed-validation-rule": "^2.3.0"
},
"require-dev": {
"fzaninotto/faker": "^1.6",
Expand Down

0 comments on commit c0a9bdf

Please sign in to comment.