3.0
Maintenance
- Support for PHP 7.2 (#11)
- Remove support for PHP 7.0, since it is no longer supported and adopt PHP 7.1 (#12)
- Resolve deprecation of "console.exception" event (Symfony 4) (#10 thanks to @soukicz)
- Require Symfony 4.x (#13)
BC breaks
Scalar parameter typehints and return typehints were added, so the interface of the affected classes/interfaces has changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.
ConsoleBlueScreenExceptionListener
was renamed to ConsoleBlueScreenErrorListener
and all other names like service/parameter names were renamed accordingly to reflect the different event.