Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 473a0cd

Browse files
committed
Bump deps
1 parent 8ad229c commit 473a0cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Setup PHP
3636
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"illuminate/events": "^11.0 || ^12.0",
2222
"illuminate/notifications": "^11.0 || ^12.0",
2323
"illuminate/support": "^11.0 || ^12.0",
24-
"kreait/firebase-php": "^7.17",
25-
"kreait/laravel-firebase": "^6.0"
24+
"kreait/firebase-php": "^8.0",
25+
"kreait/laravel-firebase": "^7.0"
2626
},
2727
"require-dev": {
2828
"orchestra/testbench": "^9.0 || ^10.0",

0 commit comments

Comments
 (0)