Skip to content

Commit 66d5ab5

Browse files
committed
Update supported versions
1 parent d6eb3ca commit 66d5ab5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,14 @@ $anotherAppAuth = Firebase::project('another-app')->auth();
122122
Earlier versions will receive security fixes as long as their **lowest** SDK requirement receives security fixes. You
123123
can find the currently supported versions and support options in the [SDK's README](https://github.com/kreait/firebase-php).
124124

125-
| Version | Initial Release | Supported SDK Versions | Supported Laravel Versions | Status |
126-
|---------|-----------------|------------------------|----------------------------|-------------|
127-
| `5.x` | 13 Jan 2023 | `^7.0` | `^9.0`, `^10.0`, `^11.0` | Active |
128-
| `4.x` | 09 Jan 2022 | `^6.0` | `^8.0` | End of life |
129-
| `3.x` | 01 Nov 2020 | `^5.24` | `^6.0, ^7.0, ^8.0` | End of life |
130-
| `2.x` | 01 Apr 2020 | `^5.0` | `^5.8, ^6.0, ^7.0, ^8.0` | End of life |
131-
| `1.x` | 17 Aug 2019 | `^4.40.1` | `^5.8, ^6.0, ^7.0` | End of life |
125+
| Version | Initial Release | Supported SDK Versions | Supported Laravel Versions | Status |
126+
|---------|-----------------|------------------------|----------------------------|--------------|
127+
| `6.x` | 24 Feb 2025 | `^7.0` | `^11.0`, `^12.0` | Active |
128+
| `5.x` | 13 Jan 2023 | `^7.0` | `^9.0`, `^10.0`, `^11.0` | Paid support |
129+
| `4.x` | 09 Jan 2022 | `^6.0` | `^8.0` | End of life |
130+
| `3.x` | 01 Nov 2020 | `^5.24` | `^6.0, ^7.0, ^8.0` | End of life |
131+
| `2.x` | 01 Apr 2020 | `^5.0` | `^5.8, ^6.0, ^7.0, ^8.0` | End of life |
132+
| `1.x` | 17 Aug 2019 | `^4.40.1` | `^5.8, ^6.0, ^7.0` | End of life |
132133

133134
## License
134135

0 commit comments

Comments
 (0)