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 3b245ae commit 0e9ef4dCopy full SHA for 0e9ef4d
composer.json
@@ -21,15 +21,15 @@
21
"php": "^7.2",
22
"ext-json": "*",
23
"guzzlehttp/guzzle": "^6.3",
24
- "illuminate/notifications": "^6.0 || ^7.0",
25
- "illuminate/support": "^6.0 || ^7.0",
26
- "illuminate/queue": "^6.0 || ^7.0",
27
- "illuminate/console": "^6.0 || ^7.0",
+ "illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0",
+ "illuminate/queue": "^6.0 || ^7.0 || ^8.0",
+ "illuminate/console": "^6.0 || ^7.0 || ^8.0",
28
"textalk/websocket": "^1.2"
29
},
30
"require-dev": {
31
"mockery/mockery": "^1.3",
32
- "orchestra/testbench": "^5.0",
+ "orchestra/testbench": "^5.0 || ^6.0",
33
"phpunit/phpunit": "^8.5"
34
35
"autoload": {
0 commit comments