Releases: danielbachhuber/composer-lock-updater
Releases · danielbachhuber/composer-lock-updater
Version 0.8.3
10 Nov 11:52
Compare
Sorry, something went wrong.
No results found
Ensures bash is installed and used when shelling out [#43 ].
Version 0.8.2
05 Feb 13:02
Compare
Sorry, something went wrong.
No results found
Sets 'pipefail' to properly report status of composer update [#41 ].
Version 0.8.1
16 Oct 14:33
Compare
Sorry, something went wrong.
No results found
Better formatting for security checker output [#38 ].
Version 0.8.0
30 Sep 12:17
Compare
Sorry, something went wrong.
No results found
Incorporates support for arbitrary CLI providers, including Bitbucket [#36 ].
Version 0.7.0
09 Aug 16:11
Compare
Sorry, something went wrong.
No results found
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
08 Aug 22:51
Compare
Sorry, something went wrong.
No results found
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
01 Aug 22:35
Compare
Sorry, something went wrong.
No results found
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
01 Aug 21:57
Compare
Sorry, something went wrong.
No results found
Include pull request number in output for debugging purposes [#26 ].
Version 0.6.1
01 Aug 21:19
Compare
Sorry, something went wrong.
No results found
Ensures greater precision when fetching existing PR number, to avoid closing unrelated PRs [#25 ].
Version 0.6.0
31 Jul 17:07
Compare
Sorry, something went wrong.
No results found
Adds support for GitLab repositories [#22 ].
Changes behavior to close existing PR and open a new one when existing PR dependencies are outdated [#23 ].