Dependencies and PHP8

This is not a complete list

It is only supposed to keep an overview on:

  • What we know has to be updated/replaced before updating to PHP8
  • What we know is "ready to go" for PHP8

You are very much encouraged to add to this list if you find something!

Dependencies

States:

  • : PHP 8 is officially supported (e.g. explicitly stated, or noted in the changelog)
  • : There is no report on whether it will work or not
  • : there are known issues or warnings that it will not work with PHP 8
name current version current state first version with support comments
Flourish (with patches) unmaintained :) but in-tree, so can easily be hacked into compliance...
sentry-symfony 4.2 4.0.0
symfony 5.2.3
voku/bounce-mail-handler 6.0.3 This Package ist currently not working with PHP8, since PHP8 adds type safety to imap_delete and the BounceMailHandler is set to "strict types" although it passes int's in imap_delete's second argument. https://github.com/voku/PHPMailer-BMH/issues/16#issuecomment-961776350
fpdo/fluentpdo 2.2.4 2.2.3 no breaking changes, so it can just be updated to this version
welp/ical-bundle 1.0.1 !2151 (merged) switched to jasvrcek/ICS
Edited by Alex