Skip to content

Commit 5633050

Browse files
committed
Add Laravel 5.8 support
1 parent 4c3dffe commit 5633050

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"ext-json": "*",
1919
"firebase/php-jwt": "~3.0|~4.0|~5.0",
2020
"guzzlehttp/guzzle": "~6.0",
21-
"illuminate/auth": "~5.6.0|~5.7.0",
22-
"illuminate/console": "~5.6.0|~5.7.0",
23-
"illuminate/container": "~5.6.0|~5.7.0",
24-
"illuminate/contracts": "~5.6.0|~5.7.0",
25-
"illuminate/database": "~5.6.0|~5.7.0",
26-
"illuminate/encryption": "~5.6.0|~5.7.0",
27-
"illuminate/http": "~5.6.0|~5.7.0",
28-
"illuminate/support": "~5.6.0|~5.7.0",
21+
"illuminate/auth": "~5.6.0|~5.7.0|~5.8.0",
22+
"illuminate/console": "~5.6.0|~5.7.0|~5.8.0",
23+
"illuminate/container": "~5.6.0|~5.7.0|~5.8.0",
24+
"illuminate/contracts": "~5.6.0|~5.7.0|~5.8.0",
25+
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0",
26+
"illuminate/encryption": "~5.6.0|~5.7.0|~5.8.0",
27+
"illuminate/http": "~5.6.0|~5.7.0|~5.8.0",
28+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0",
2929
"league/oauth2-server": "^7.0",
3030
"phpseclib/phpseclib": "^2.0",
3131
"symfony/psr-http-message-bridge": "~1.0",

0 commit comments

Comments
 (0)