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 0e9ef4d commit 457f890Copy full SHA for 457f890
composer.json
@@ -20,7 +20,7 @@
20
"require": {
21
"php": "^7.2",
22
"ext-json": "*",
23
- "guzzlehttp/guzzle": "^6.3",
+ "guzzlehttp/guzzle": "^6.3 || ^7.0.1",
24
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
25
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
26
"illuminate/queue": "^6.0 || ^7.0 || ^8.0",
@@ -30,7 +30,7 @@
30
"require-dev": {
31
"mockery/mockery": "^1.3",
32
"orchestra/testbench": "^5.0 || ^6.0",
33
- "phpunit/phpunit": "^8.5"
+ "phpunit/phpunit": "^8.5 || ^9.0"
34
},
35
"autoload": {
36
"psr-4": {
0 commit comments