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 ace4a4b commit bba57c4Copy full SHA for bba57c4
composer.json
@@ -22,9 +22,9 @@
22
"require": {
23
"php": "^7.2|^8.0",
24
"ext-json": "*",
25
- "guzzlehttp/guzzle": "^6.0|^7.0",
26
- "illuminate/support": "^6.0|^7.0|^8.0",
27
- "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0"
+ "guzzlehttp/guzzle": "^6.0|^7.0|^7.2",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0"
28
},
29
"require-dev": {
30
"mockery/mockery": "^1.0",
0 commit comments