Skip to content

Commit c81af64

Browse files
authored
Merge pull request #10 from BennySama/master
composer.json edits to work on Laravel 5.4 (and maybe 5.5?)
2 parents 15f2c9e + 1f6c302 commit c81af64

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,19 @@
1919
],
2020
"require": {
2121
"php": ">=5.6.4",
22-
"guzzlehttp/guzzle": "^6.2",
23-
"illuminate/notifications": "5.3.*",
24-
"illuminate/support": "5.1.*|5.2.*|5.3.*",
25-
"illuminate/queue": "5.1.*|5.2.*|5.3.*",
26-
"illuminate/console": "5.1.*|5.2.*|5.3.*",
22+
"guzzlehttp/guzzle": "~6.0",
23+
"illuminate/notifications": "5.3.*|5.4.*|5.5.*",
24+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
25+
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
26+
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
2727
"textalk/websocket": "1.0.*"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^0.9.5",
31-
"orchestra/testbench": "3.1.*|3.2.*|3.3.*",
32-
"laravel/framework": "5.1.*|5.2.*|5.3.*",
33-
"phpunit/phpunit": "4.*"
31+
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.3.x-dev",
32+
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
33+
"phpunit/phpunit": "4.*",
34+
"orchestra/database": "3.3.x-dev"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)