Skip to content

Commit 03629fb

Browse files
authored
Update composer.json
1 parent e815449 commit 03629fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 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",
22+
"guzzlehttp/guzzle": "~6.0",
2323
"illuminate/notifications": "5.3.*|5.4.*",
24-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
24+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
2525
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*",
2626
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
2727
"textalk/websocket": "1.0.*"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^0.9.5",
31-
"orchestra/testbench": "3.1.*|3.2.*|3.3.*",
31+
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.3.x-dev",
3232
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*",
3333
"phpunit/phpunit": "4.*"
34+
"orchestra/database": "3.3.x-dev"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)