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 03642d0 commit 6c40691Copy full SHA for 6c40691
composer.json
@@ -14,14 +14,14 @@
14
],
15
"require": {
16
"php": ">=7.1",
17
- "guzzlehttp/guzzle": "~6.0",
18
- "illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
19
- "illuminate/support": "~5.5 || ~6.0 || ~7.0"
+ "guzzlehttp/guzzle": "~6.0|^7.0",
+ "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
+ "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
20
},
21
"require-dev": {
22
- "illuminate/queue": "~5.5 || ~6.0 || ~7.0",
+ "illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ^8.0",
23
"mockery/mockery": "^1.2",
24
- "phpunit/phpunit": "^8.5"
+ "phpunit/phpunit": "^8.5|^9.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments