Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 54124f3

Browse files
committed
Add support for Laravel 8
1 parent 9fb0259 commit 54124f3

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
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"illuminate/auth": "~5.7|~6.0|~7.0"
26+
"illuminate/auth": "~5.7|~6.0|~7.0|~8.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "~1.0"

0 commit comments

Comments
 (0)