Skip to content

Commit ceff628

Browse files
m1guelpfcodyphobe
authored andcommitted
Add support for Laravel 5.7 (#21)
1 parent 1c87e82 commit ceff628

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
@@ -20,16 +20,16 @@
2020
"require": {
2121
"php": ">=7.1.2",
2222
"guzzlehttp/guzzle": "~6.0",
23-
"illuminate/notifications": "5.6.*",
24-
"illuminate/support": "5.6.*",
25-
"illuminate/queue": "5.6.*",
26-
"illuminate/console": "5.6.*",
23+
"illuminate/notifications": "5.6.*|5.7.*",
24+
"illuminate/support": "5.6.*|5.7.*",
25+
"illuminate/queue": "5.6.*|5.7.*",
26+
"illuminate/console": "5.6.*|5.7.*",
2727
"textalk/websocket": "1.0.*"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.0",
31-
"orchestra/testbench": "3.6.*|3.6.x-dev",
32-
"laravel/framework": "5.6.*",
31+
"orchestra/testbench": "3.6.*|3.7.*",
32+
"laravel/framework": "5.6.*|5.7.*",
3333
"phpunit/phpunit": "7.*",
3434
"orchestra/database": "3.6.x-dev"
3535
},

0 commit comments

Comments
 (0)