Skip to content

Commit

Permalink
Add caveats related to PHP 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 20, 2024
1 parent f78398b commit 43e0434
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Please read about the future of the Firebase Admin PHP SDK on the

### Added

* Added support for PHP 8.4
* Added support for PHP 8.4.
* Please note: While the SDK supports PHP 8.4, not all dependencies support it. If you want to use the SDK with
PHP 8.4, you probably will need to ignore platform requirements when working with Composer, by setting the
[appropriate environment variables](https://getcomposer.org/doc/03-cli.md#composer-ignore-platform-req-or-composer-ignore-platform-reqs)
or [`composer` CLI options]() when running `composer install/update/require`.

### Deprecated

Expand Down

0 comments on commit 43e0434

Please sign in to comment.