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 c62aa0d commit 1e2d896Copy full SHA for 1e2d896
composer.json
@@ -13,12 +13,12 @@
13
"require": {
14
"php": "~8.1.0 || ~8.2.0",
15
"kreait/firebase-php": "^7.0",
16
- "illuminate/contracts": "^9.0",
17
- "illuminate/support": "^9.0",
+ "illuminate/contracts": "^9.0 || ^10.0",
+ "illuminate/support": "^9.0 || ^10.0",
18
"symfony/cache": "^6.1.2"
19
},
20
"require-dev": {
21
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0 || ^8.0",
22
"symplify/easy-coding-standard": "^11.1"
23
24
"autoload": {
0 commit comments