Php Cli Tools Versions Save

A collection of tools to help with PHP command line utilities

v0.11.22

5 months ago
  • Fix maxFlag to flagMax and maxOption to optionMax typos in HelpScreen class [#170]
  • Use class instead of static variables for the speed measurement [#168]
  • Remove inexistent post-install-cmd [#167]
  • Fix type hinting for prompt function [#141]

v0.11.21

7 months ago
  • PHP 8.2: strwidth() & Colors::pad()/decolorize() should always work with a string [#163]

v0.11.20

7 months ago
  • Update to WPCS v3 [#161]

v0.11.19

9 months ago
  • Prevent warnings in PHP 8.2 when $col_values is empty [#160]

v0.11.18

1 year ago
  • fix PHP Deprecated: Creation of dynamic property [#158]

v0.11.17

1 year ago
  • Restore PHPUnit test runs [#155]

v0.11.16

1 year ago
  • Adds annotations to remove deprecated warning message on php8.1 [#152]

v0.11.15

1 year ago
  • Fix logic to check for TTY [#146]

v0.11.14

1 year ago
  • [PHP 8.2] Fix ${var} string interpolation deprecation [#148]

v0.11.13

2 years ago
  • Update TTY checks [#145]