Skip to content

Commit f5387d8

Browse files
committed
Fix compatibility with Laravel 12
1 parent 911325d commit f5387d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"illuminate/notifications": "^10.0|^11.0|^12.0",
1313
"illuminate/support": "^10.0|^11.0|^12.0",
1414
"php": "^8.0",
15-
"kreait/laravel-firebase": "^5.1",
15+
"kreait/laravel-firebase": "^5.1|^6.0",
1616
"ext-json": "*"
1717
},
1818
"require-dev": {
1919
"orchestra/testbench": "^8.0|^9.0|^10.0",
20-
"phpunit/phpunit": "^9.0",
20+
"phpunit/phpunit": "^9.0|^10.0|^11.0",
2121
"mockery/mockery": "^1.4.2"
2222
},
2323
"authors": [

0 commit comments

Comments
 (0)