Releases: phlib/console-process
Releases · phlib/console-process
4.0.0
- Drop support for PHP v7 as it is no longer actively supported by the PHP project.
- Allow Symfony v6 dependencies.
See Change Log for full details.
3.1.0
- Add onStart() method that is called before execute(). Useful for DaemonCommand as it is only called after the child is forked.
See Change Log for full details.
3.0.0
- Drop PHP v7.3 as it is no longer actively supported by the PHP project.
- Add
--child-log
parameter toDaemonCommand
to satisfy a common need to overridecreateChildOutput()
.
See Change Log for full details.
2.0.1
- Update README and examples to make it clear that the
execute()
method is called repeatedly. - Annotate
shutdown()
as final, not to be overridden. This will be marked final in a future major version.
See Change Log for full details.
2.0.0
- Drop PHP versions <= 7.2 as they are no longer actively supported by the PHP project.
- Add type declarations.
- Add support for PHP v8.
See Change Log for full details.
1.0.2
Add support for Symfony\Console v5
See Change Log for full details.
Add Symfony 4 Support
Add dependency allowance for Symfony Console 4.
Stable Release
No major changes since 0.0.7.
Only change is to remove a commented test. This marks the package as stable.
Symfony Console interface fix and Exception handling
- Issue #1 Selected to fix to Symfony Console v3 to fix interface issue on method declaration.
- Improved exception handling to allow for cleanup.
Changed to increase dependency of Symphony Console to include 3
0.6 Changed to increase dependency of Symphony Console to include 3