Skip to content

Released: ErrorHeroModule 6.0.0

Latest
Compare
Choose a tag to compare
@samsonasik samsonasik released this 28 Dec 20:42
· 2 commits to master since this release
6.0.0
00623e2

Released: ErrorHeroModule 6.0.0

🎉 🎉 🎉 This release to support PHP 8.4, and bump requirement to PHP 8.2 🎉 🎉 🎉

BC Break

  • Removed aura/di support
  • Configuration needs update for mezzio usage or if you override config with Laminas\Log\LoggerAbstractServiceFactory, change with:
-use Laminas\Log\LoggerAbstractServiceFactory;
+use ErrorHeroModule\Compat\LoggerAbstractServiceFactory;

to use ErrorHeroModule compatible logger for PHP 8.4 support.

Note

If you're on PHP 8.3+ and uses doctrine/doctrine-orm-module or on PHP 8.4, you may need to run:

composer update --ignore-platform-reqs

due to dependencies not explicitely defined as support php 8.3+

What's Changed

Full Changelog: 5.1.0...6.0.0

Sponsor me 💖💖💖

Maintaining this module has required a lot of effort and dedication. If you’d like to support my work, you can do so by sponsoring me. Thank you for your support! 💖💖💖 https://github.com/sponsors/samsonasik