Skip to content

Commit 6c40691

Browse files
authored
Support laravel 8 (#10)
1 parent 03642d0 commit 6c40691

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
],
1515
"require": {
1616
"php": ">=7.1",
17-
"guzzlehttp/guzzle": "~6.0",
18-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
19-
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
17+
"guzzlehttp/guzzle": "~6.0|^7.0",
18+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
19+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
2020
},
2121
"require-dev": {
22-
"illuminate/queue": "~5.5 || ~6.0 || ~7.0",
22+
"illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ^8.0",
2323
"mockery/mockery": "^1.2",
24-
"phpunit/phpunit": "^8.5"
24+
"phpunit/phpunit": "^8.5|^9.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)