Skip to content

Releases: phlib/console-process

4.0.2

26 Jun 13:50
05f3aeb

Choose a tag to compare

  • Fix TypeError due to BC break in symfony/console v7.3 Command::setCode().
  • PHP 8.4 deprecation warnings.

HT @marko-krueger

See Change Log for full details.

4.0.1

21 Jan 20:01
f1e994a

Choose a tag to compare

  • Allow Symfony v7 dependencies.

See Change Log for full details.

4.0.0

14 Oct 06:46
664018f

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

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

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

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

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

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

Choose a tag to compare

Add dependency allowance for Symfony Console 4.

Stable Release

13 Jun 08:39

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.