Skip to content

Commit 392a192

Browse files
giannidhoogejoshcanhelp
authored andcommitted
laravel 7 support
1 parent 0da42d5 commit 392a192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": "^7.1",
88
"auth0/auth0-php": "^7.0",
9-
"illuminate/support": "5.* | ^6.0",
10-
"illuminate/contracts": "5.* | ^6.0"
9+
"illuminate/support": "5.* | ^6.0 | ^7.0",
10+
"illuminate/contracts": "5.* | ^6.0 | ^7.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^7",

0 commit comments

Comments
 (0)