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

Commit cd3a8f9

Browse files
Add support for Laravel 8
1 parent a8f0084 commit cd3a8f9

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
@@ -8,8 +8,8 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"illuminate/console": "^6.0|^7.0",
12-
"illuminate/support": "^6.0|^7.0"
11+
"illuminate/console": "^6.0|^7.0|^8.0",
12+
"illuminate/support": "^6.0|^7.0|^8.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)