Skip to content

Commit 78b5b19

Browse files
committed
Add support for Laravel 8
1 parent dff2e7e commit 78b5b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": "~7.2",
24-
"illuminate/encryption": "^6.0|^7.0",
25-
"illuminate/support": "^6.0|^7.0",
24+
"illuminate/encryption": "^6.0|^7.0|^8.0",
25+
"illuminate/support": "^6.0|^7.0|^8.0",
2626
"league/flysystem": "^1.0.20"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)