Skip to content

Commit 621eed7

Browse files
committed
Adding support for Laravel 6.0
1 parent c25e40e commit 621eed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
],
2020
"minimum-stability": "dev",
2121
"require": {
22-
"php": ">=7.0.0",
22+
"php": ">=7.2.0",
2323
"guzzlehttp/guzzle": "^6.3@dev",
24-
"illuminate/notifications": "5.*",
25-
"illuminate/support": "5.*"
24+
"illuminate/notifications": "6.*",
25+
"illuminate/support": "6.*"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)