这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: jakzal/toolbox

Tool updates

14 Feb 22:38
d7f7bff

Choose a tag to compare

Updates:

  • psalm (3.0.13 -> 3.0.15) thanks @ro0NL
  • phan (1.2.2 -> 1.2.3)
  • infection (0.12.0 -> 0.12.2)

PHPUnit 7.x and 8.x

04 Feb 15:07
0d3710c

Choose a tag to compare

Changes:

  • Install both PHPUnit 7.x and 8.x if possible

Updates:

  • phan (1.2.1 -> 1.2.2)

Tools update

31 Jan 19:29
10ee4e7

Choose a tag to compare

Updates:

  • Move php-assumptions to its own namespace
  • Update infection 0.11.5 -> 0.12.0
  • Update phan 1.2.0 -> 1.2.1
  • Update psalm 3.0.11 -> 3.0.13
  • Re-enable pepakriz/phpstan-exception-rules

Disable pepakriz/phpstan-exception-rules

16 Jan 23:32
6596aa9

Choose a tag to compare

  • Disable pepakriz/phpstan-exception-rules until it works with latest phpstan.

Infection, phan and psalm update

14 Jan 15:57
faff627

Choose a tag to compare

Tool updates:

  • infection 0.11.4 -> 0.11.5
  • phan 1.1.10 -> 1.2.0
  • psalm 3.0.10 -> 3.0.11

Include simple-phpunit

14 Jan 12:10
311867b

Choose a tag to compare

New tools:

Updated tools:

  • deptrac 0.3 -> 0.4 (thanks @smoench)
  • psalm 3.0.7 -> 3.0.10 (thanks @ro0NL)

php-cs-fixer on PHP 7.3

07 Jan 16:20

Choose a tag to compare

The following tools are now available on PHP 7.3 (thanks @keradus):

  • ecs
  • php-coupling-detector
  • php-cs-fixer
  • php-formatter

The first release

02 Jan 11:50
31bd807

Choose a tag to compare

Features:

  • tool listing with toolbox list-tools
  • tool installation with toolbox install
  • tool testing with toolbox test
  • tool tagging and filtering with --tag and --exclude-tag
    (or TOOLBOX_TAGS and TOOLBOX_EXCLUDED_TAGS environment variables)
  • multiple tool sources with --tools
    (or TOOLBOX_JSON environment variable)
  • custom installation directory with --target-dir
    (or TOOLBOX_TARGET_DIR environment variable)
  • dry run with --dry-run

Tools included:

Release candidate 4

02 Jan 10:49
31bd807

Choose a tag to compare

Release candidate 4 Pre-release
Pre-release
Merge pull request #25 from jakzal/bugfix/phar-version

Read tag from the TRAVIS_TAG env variable instead of git

Release candidate 3

31 Dec 17:22
285c4b3

Choose a tag to compare

Release candidate 3 Pre-release
Pre-release
  • publish resources with each release