Skip to content

Commit d1e3326

Browse files
authored
Merge pull request #20 from lloricode/patch-1
Add support for laravel 8
2 parents a8964d5 + 8b89a90 commit d1e3326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^7.1",
77
"divineomega/password_exposed": "^3.0.1",
8-
"illuminate/contracts": "^5.1||^6.0||^7.0"
8+
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0"
99
},
1010
"license": "LGPL-3.0-only",
1111
"authors": [

0 commit comments

Comments
 (0)