Skip to content

Commit 0f63b97

Browse files
committed
Add support for firebase/php-jwt:^7.0.2
1 parent 97a21ed commit 0f63b97

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
**Support the project:** This SDK is downloaded 1M+ times monthly and powers thousands of applications.
44
If it saves you or your team time, please consider [sponsoring its development](https://github.com/sponsors/jeromegamez).
55

6+
## Unreleased
7+
8+
* Added support for `firebase/php-jwt:^7.0.2`
9+
610
## 8.0.0 - 2026-01-08
711

812
### Security improvements

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"beste/json": "^1.5.1",
4040
"cuyz/valinor": "^2.2.1",
4141
"fig/http-message-util": "^1.1.5",
42-
"firebase/php-jwt": "^6.10.2",
42+
"firebase/php-jwt": "^6.10.2 || ^7.0.2",
4343
"google/auth": "^1.45",
4444
"google/cloud-storage": "^1.48.7",
4545
"guzzlehttp/guzzle": "^7.9.2",
@@ -166,4 +166,4 @@
166166
"dev-8.x": "8.x-dev"
167167
}
168168
}
169-
}
169+
}

0 commit comments

Comments
 (0)