Releases: VasekPurchart/Console-Errors-Bundle
Releases · VasekPurchart/Console-Errors-Bundle
3.0.2
3.0.1
3.0
Maintenance
- Remove support for PHP 7.0 since it is no longer supported and adopt PHP 7.1 (#7)
- Remove support for PHP 7.1 since it is no longer supported (#8)
- Support for Symfony 4.x (#9)
BC breaks
Symfony renamed the Symfony\Component\Console\Event\ConsoleExceptionEvent
to ConsoleErrorEvent
. In order to avoid confusion all of the classes and configuration options named originally "errors" in this bundle were renamed to "exit codes". Most notably the configuration option - errors
-> exit_codes
.
2.0.1
1.0.1
2.0
- Remove support for PHP 5.6, since it is no longer supported and adopt PHP 7.0 (#3)
- Require Symfony 3 (#4)
BC breaks
Since scalar parameter typehints and return typehints were added, 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.
1.0
- configurable log level for both errors and exceptions
0.5.1
0.5
- support for Symfony 3
0.4
- remove support for PHP 5.5, since it is no longer supported