Skip to content

Commit d2f1cff

Browse files
committed
chore: add Laravel 8 support
1 parent 7a49765 commit d2f1cff

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
@@ -13,13 +13,13 @@
1313
],
1414
"require": {
1515
"php": ">=7.2",
16-
"guzzlehttp/guzzle": "^6.5",
17-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
18-
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
16+
"guzzlehttp/guzzle": "^6.5 || ^7.0",
17+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
18+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.3",
22-
"phpunit/phpunit": "^8.0"
22+
"phpunit/phpunit": "^8.0 || ^9.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)