Tooly Composer Script Versions Save

Simple composer script to manage phar files using project composer.json.

1.4.1

4 years ago

[FIXED] #18 Fix checksum

1.4.0

5 years ago

[ADDED] #17 Add possibility to set a fallback url by @svenjungnickel

1.3.0

5 years ago

[FIXES] #15, create a copy instead of a symlink on windows [ADDED] #14, make rename of tool to the given key possible [ADDED] Checks on windows via AppVeyor [CHANGED] Update README [REMOVED] CodeClimate badge and processor

1.2.6

6 years ago

[FIXED] #12, don't remove third-party PHAR files in the binary directory

1.2.5

6 years ago

[ADDED] #11 Timeout for PHAR file downloading [CHANGED] Old run bash script for local checks with new Makefile [REMOVED] HHVM checks

1.2.4

7 years ago

[FIXED] #10, create bin-dir if not existing

1.2.3

7 years ago

[FIXED] Bugs detected with phpstan [ADDED] Add timeout for achievability test [CHANGED] Update README.md

1.2.2

7 years ago

[FIXED] Create Composer binary directory if it not exist [ADDED] Checks for PHP Nightly (7.2.0-dev) [ADDED] PR and issue templates

1.2.1

7 years ago
  • [ADDED] Add Docker testsuite to run checks in different PHP versions
  • [ADDED] PHPMD checks
  • [ADDED] Add last required tests
  • [CHANGED] Add mode in configuration
  • [FIXED] #8 Create no symlink in no-dev mode for only-dev tool

1.2.0

7 years ago
  • [ADDED] Remove old PHAR's that doesnt exist in extra section anymore #4
  • [ADDED] Add check for PHP 7.1
  • [CHANGED] Create symlinks instead of copy's
  • [CHANGED] Refactor script decisions for better maintainability
  • [FIX] Add condition for replacement decision