Skip to content

Commit 911325d

Browse files
committed
Bump dependencies for Laravel 12
1 parent 80cd4bc commit 911325d

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
@@ -9,14 +9,14 @@
99
"keywords": ["filesystem", "laravel", "notifications", "firebase"],
1010
"type": "library",
1111
"require": {
12-
"illuminate/notifications": "^10.0|^11.0",
13-
"illuminate/support": "^10.0|^11.0",
12+
"illuminate/notifications": "^10.0|^11.0|^12.0",
13+
"illuminate/support": "^10.0|^11.0|^12.0",
1414
"php": "^8.0",
1515
"kreait/laravel-firebase": "^5.1",
1616
"ext-json": "*"
1717
},
1818
"require-dev": {
19-
"orchestra/testbench": "^8.0|^9.0",
19+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2020
"phpunit/phpunit": "^9.0",
2121
"mockery/mockery": "^1.4.2"
2222
},

0 commit comments

Comments
 (0)