Releases: danielbachhuber/composer-lock-updater
Releases · danielbachhuber/composer-lock-updater
Version 0.8.3
- Ensures bash is installed and used when shelling out [#43].
Version 0.8.2
- Sets 'pipefail' to properly report status of
composer update
[#41].
Version 0.8.1
- Better formatting for security checker output [#38].
Version 0.8.0
- Incorporates support for arbitrary CLI providers, including Bitbucket [#36].
Version 0.7.0
- Pipes output through
tee
to remove garbage backspace characters [#33].
- Forces checkout the original branch to overwrite
composer.lock
change [#32].
Version 0.6.4
- Detects changes on existing branch by inspecting
composer.lock
instead of inspecting composer update --dry-run
output [#30].
- Removes unnecessary call to
composer outdated
[#31].
Version 0.6.3
- Avoids parsing project from the repo URL because the regex was broken when the URL included auth [#27].
- Uses
composer update --dry-run
instead of composer outdated
because the latter doesn't respect version constraints [#28].
Version 0.6.2
- Include pull request number in output for debugging purposes [#26].
Version 0.6.1
- Ensures greater precision when fetching existing PR number, to avoid closing unrelated PRs [#25].
Version 0.6.0
- Adds support for GitLab repositories [#22].
- Changes behavior to close existing PR and open a new one when existing PR dependencies are outdated [#23].