Skip to content

Commit 4de9ac2

Browse files
committed
add laravel 8 support
1 parent 7f87bf4 commit 4de9ac2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
16-
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
17-
"illuminate/queue": "^5.5 || ^6.0 || ^7.0",
15+
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
16+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
17+
"illuminate/queue": "^5.5 || ^6.0 || ^7.0 || ^8.0",
1818
"guzzlehttp/guzzle": "^6.2 || ^7.0",
1919
"ext-json": "*"
2020
},
@@ -36,10 +36,7 @@
3636
"test": "vendor/bin/phpunit"
3737
},
3838
"config": {
39-
"sort-packages": true,
40-
"platform": {
41-
"php": "7.2.5"
42-
}
39+
"sort-packages": true
4340
},
4441
"minimum-stability": "dev",
4542
"extra": {

0 commit comments

Comments
 (0)