Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit db7eb2b

Browse files
authored
laravel 8 support
1 parent 2e0eb8d commit db7eb2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3",
14-
"illuminate/support": "^5.0|^6.0|^7.0",
15-
"illuminate/console": "^5.0|^6.0|^7.0",
16-
"illuminate/filesystem": "^5.0|^6.0|^7.0",
14+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
15+
"illuminate/console": "^5.0|^6.0|^7.0|^8.0",
16+
"illuminate/filesystem": "^5.0|^6.0|^7.0|^8.0",
1717
"symfony/class-loader": "^2.3|^3.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)