|
19 | 19 | ], |
20 | 20 | "require": { |
21 | 21 | "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.*", |
27 | 27 | "textalk/websocket": "1.0.*" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | 30 | "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" |
34 | 35 | }, |
35 | 36 | "autoload": { |
36 | 37 | "psr-4": { |
|
0 commit comments