Releases: phlib/console-process
Releases · phlib/console-process
4.0.2
- Fix TypeError due to BC break in symfony/console v7.3
Command::setCode(). - PHP 8.4 deprecation warnings.
See Change Log for full details.
4.0.1
- Allow Symfony v7 dependencies.
See Change Log for full details.
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-logparameter toDaemonCommandto 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.