Skip to content

Commit 1f6c302

Browse files
authored
Update composer.json
1 parent 9ea88b7 commit 1f6c302

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
@@ -20,16 +20,16 @@
2020
"require": {
2121
"php": ">=5.6.4",
2222
"guzzlehttp/guzzle": "~6.0",
23-
"illuminate/notifications": "5.3.*|5.4.*",
24-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
25-
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*",
26-
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
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",
3131
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.3.x-dev",
32-
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*",
32+
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
3333
"phpunit/phpunit": "4.*",
3434
"orchestra/database": "3.3.x-dev"
3535
},

0 commit comments

Comments
 (0)