Skip to content

Tags: czproject/phpcli

Tags

v5.0.0

ConsoleFactory: added alias create()

v4.1.0

Updated PHPStan ^1.0

v4.0.1

Application: addCommand() throws exception if command already exists

v4.0.0

PhpStan: Composer script replaced by Makefile

PhpStan requires PHP 7.1+

v3.0.0

Application: fixed option-alias processing

v3.0.0-beta3

Bridges: added bridge for Nette\DI

v3.0.0-beta2

Application: addCommand() renamed to setCommand() & added new addComm…

…and()

v3.0.0-beta

Added class Application

- IParametersParser renamed to IParameterParser
- changed signature of IParameterParser
- methods from IParameterParser moved to Console
- updated & improved tests

v2.0.0

Console: fixed exception

v2.0.0-beta5

IOutputFormatter renamed to IOutputProvider. BC-BREAK!