Skip to content

Commit eb24cc6

Browse files
committed
update laravel requirements to include v7 and v8
1 parent 349cc51 commit eb24cc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"require": {
1414
"ext-json": "*",
15-
"illuminate/routing": "~5.6.0|~5.7.0|~5.8.0|^6.0",
16-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0",
17-
"illuminate/session": "~5.6.0|~5.7.0|~5.8.0|^6.0",
18-
"illuminate/pagination": "~5.6.0|~5.7.0|~5.8.0|^6.0",
15+
"illuminate/routing": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
16+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
17+
"illuminate/session": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
18+
"illuminate/pagination": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
1919
"mblsolutions/inspireddeck-php": "^1.2"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)