Skip to content

Commit 1e2d896

Browse files
authored
Add support for Laravel 10 (#163)
1 parent c62aa0d commit 1e2d896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"require": {
1414
"php": "~8.1.0 || ~8.2.0",
1515
"kreait/firebase-php": "^7.0",
16-
"illuminate/contracts": "^9.0",
17-
"illuminate/support": "^9.0",
16+
"illuminate/contracts": "^9.0 || ^10.0",
17+
"illuminate/support": "^9.0 || ^10.0",
1818
"symfony/cache": "^6.1.2"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^7.0",
21+
"orchestra/testbench": "^7.0 || ^8.0",
2222
"symplify/easy-coding-standard": "^11.1"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)