We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c87e82 commit ceff628Copy full SHA for ceff628
composer.json
@@ -20,16 +20,16 @@
20
"require": {
21
"php": ">=7.1.2",
22
"guzzlehttp/guzzle": "~6.0",
23
- "illuminate/notifications": "5.6.*",
24
- "illuminate/support": "5.6.*",
25
- "illuminate/queue": "5.6.*",
26
- "illuminate/console": "5.6.*",
+ "illuminate/notifications": "5.6.*|5.7.*",
+ "illuminate/support": "5.6.*|5.7.*",
+ "illuminate/queue": "5.6.*|5.7.*",
+ "illuminate/console": "5.6.*|5.7.*",
27
"textalk/websocket": "1.0.*"
28
},
29
"require-dev": {
30
"mockery/mockery": "^1.0",
31
- "orchestra/testbench": "3.6.*|3.6.x-dev",
32
- "laravel/framework": "5.6.*",
+ "orchestra/testbench": "3.6.*|3.7.*",
+ "laravel/framework": "5.6.*|5.7.*",
33
"phpunit/phpunit": "7.*",
34
"orchestra/database": "3.6.x-dev"
35
0 commit comments