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 8532569 commit b68b328Copy full SHA for b68b328
composer.json
@@ -33,9 +33,9 @@
33
"php": "^7.4|^8.0",
34
"ext-json": "*",
35
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
36
- "illuminate/contracts": "^7.0|^8.0",
37
- "illuminate/http": "^7.0|^8.0",
38
- "illuminate/support": "^7.0|^8.0",
+ "illuminate/contracts": "^7.0|^8.0|^9.0",
+ "illuminate/http": "^7.0|^8.0|^9.0",
+ "illuminate/support": "^7.0|^8.0|^9.0",
39
"ramsey/uuid": "^4.0"
40
},
41
"suggest": {
@@ -45,7 +45,7 @@
45
"ext-soap": "Needed to use SOAP drivers: mellat, saman"
46
47
"require-dev": {
48
- "orchestra/testbench": "^6.18"
+ "orchestra/testbench": "^7.0"
49
50
"autoload": {
51
"psr-4": {
0 commit comments