Commit 4a144a8
Update firebase/php-jwt to ^7.0 to fix security vulnerability
Resolves #454. The firebase/php-jwt ^5.2 || ^6.2 constraint is affected
by security advisory GHSA-2x45-7fc3-mxwq (CVE-2025-45769), which
prevents Composer from installing the library without warnings.
- Update firebase/php-jwt constraint to ^7.0
- Regenerate composer.lock on PHP 8.1 to maintain compatibility
- Update test secrets to meet v7 minimum HMAC key size (32 bytes)
- Extract test secrets into named constants for readability
- Fix broken packagist link in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6591f32 commit 4a144a8
8 files changed
Lines changed: 753 additions & 556 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments