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 7e2dcfc commit b6a55e7Copy full SHA for b6a55e7
composer.json
@@ -23,10 +23,10 @@
23
}
24
],
25
"require": {
26
- "php": "^7.1.3|^8.0",
+ "php": "^7.1.3 || ^8.0",
27
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
28
- "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
29
- "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
+ "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
+ "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
30
"google/apiclient": "^2.15"
31
},
32
"require-dev": {
0 commit comments