Skip to content

Commit f419bf0

Browse files
committed
Added support for laravel 7.0
1 parent f83f63a commit f419bf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/auth": "^6.0",
24-
"illuminate/database": "^6.0",
25-
"illuminate/events": "^6.0"
23+
"illuminate/auth": "^6.0 || ^7.0",
24+
"illuminate/database": "^6.0 || ^7.0",
25+
"illuminate/events": "^6.0 || ^7.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^7.5"
28+
"phpunit/phpunit": "^7.5 || ^8.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)