Skip to content

Releases: sebastianfeldmann/cli

3.4.2

26 Nov 11:05
3.4.2
6fa122a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.1

20 Dec 15:01
3.4.1
8a932e9
Compare
Choose a tag to compare

Fix issue #15

3.4.0

20 Oct 19:59
3.4.0
72f2066
Compare
Choose a tag to compare

Add variable handling support

Creating commands like

$ MYVAR='foo' mycommand --option='something'

Can now be created by using the Command::addVar(name, value) method

3.3.3

03 Jun 16:03
3.3.3
c4a677f
Compare
Choose a tag to compare

Fix windows escaping

3.3.2

02 Jun 15:38
3.3.2
29e8bbd
Compare
Choose a tag to compare

Properly escape whitespaces on windows - thanks to @Gaitholabi

3.3.1

08 Dec 09:31
3.3.1
Compare
Choose a tag to compare
  • PHP8 compatibility

3.3.0

08 Dec 09:30
3.3.0
Compare
Choose a tag to compare
Version 3.3.0

3.2.8

24 Jun 19:14
3.2.8
Compare
Choose a tag to compare
  • Revert breaking changes for older Symfony versions - issue #9

3.2.7

03 Jun 16:07
3.2.7
070dace
Compare
Choose a tag to compare

3.2.6

20 Apr 10:42
3.2.6
Compare
Choose a tag to compare

Disable the Symfony default 60 second timeout