Skip to content

Commit 36e8a22

Browse files
committed
Update to Laravel 8
1 parent ce17e75 commit 36e8a22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"require": {
2222
"php": ">=7.0",
2323
"ext-json": "*",
24-
"illuminate/notifications": "~5.5|^6.0|^7.0",
25-
"illuminate/support": "~5.5|^6.0|^7.0",
26-
"illuminate/http": "~5.5|^6.0|^7.0",
27-
"illuminate/routing": "~5.5|^6.0|^7.0",
28-
"guzzlehttp/guzzle": "^6.2|^7.0",
29-
"illuminate/events": "~5.5|^6.0|^7.0",
24+
"illuminate/notifications": "~5.5|^6.0|^7.0|^8.0",
25+
"illuminate/support": "~5.5|^6.0|^7.0|^8.0",
26+
"illuminate/http": "~5.5|^6.0|^7.0|^8.0",
27+
"illuminate/routing": "~5.5|^6.0|^7.0|^8.0",
28+
"guzzlehttp/guzzle": "^6.2|^7.0|^8.0",
29+
"illuminate/events": "~5.5|^6.0|^7.0|^8.0",
3030
"nesbot/carbon": "^2.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)