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 ab2ca1a commit 26ff0b7Copy full SHA for 26ff0b7
composer.json
@@ -23,11 +23,11 @@
23
"php": "^7.4",
24
"ext-json": "^7.4",
25
"guzzlehttp/guzzle": "^6.5",
26
- "illuminate/contracts": "^7.15",
27
- "illuminate/http": "^7.15",
28
- "illuminate/notifications": "^7.15",
29
- "illuminate/routing": "^7.15",
30
- "illuminate/support": "^7.15",
+ "illuminate/contracts": "^7.15|^8.0",
+ "illuminate/http": "^7.15|^8.0",
+ "illuminate/notifications": "^7.15|^8.0",
+ "illuminate/routing": "^7.15|^8.0",
+ "illuminate/support": "^7.15|^8.0",
31
"symfony/http-kernel": "^5.1"
32
},
33
"require-dev": {
0 commit comments