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
- [Rector] Enable SetList::STRICT_BOOLEANS by @samsonasik in #97
- Add PHP 8.4 support by @samsonasik in #100
- Bump requirement to PHP 8.2 by @samsonasik in #101
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