Skip to content

Releases: phlib/console-process

4.0.0

14 Oct 06:46
664018f
Compare
Choose a tag to compare
  • 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

24 Sep 05:49
Compare
Choose a tag to compare
  • 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

17 Oct 07:31
Compare
Choose a tag to compare
  • Drop PHP v7.3 as it is no longer actively supported by the PHP project.
  • Add --child-log parameter to DaemonCommand to satisfy a common need to override createChildOutput().

See Change Log for full details.

2.0.1

06 Oct 06:08
Compare
Choose a tag to compare
  • 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

10 Jul 06:21
Compare
Choose a tag to compare
  • 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

10 Dec 12:10
1.0.2
a809599
Compare
Choose a tag to compare

Add support for Symfony\Console v5

See Change Log for full details.

Add Symfony 4 Support

16 Feb 16:18
b0ff5c4
Compare
Choose a tag to compare

Add dependency allowance for Symfony Console 4.

Stable Release

13 Jun 08:39
Compare
Choose a tag to compare

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

03 Jan 16:36
Compare
Choose a tag to compare
  • 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

02 Aug 10:45
Compare
Choose a tag to compare
0.6

Changed to increase dependency of Symphony Console to include 3