Skip to content

Releases: danielbachhuber/composer-lock-updater

Version 0.8.3

10 Nov 11:52
7db7133
Compare
Choose a tag to compare
  • Ensures bash is installed and used when shelling out [#43].

Version 0.8.2

05 Feb 13:02
5ec0740
Compare
Choose a tag to compare
  • Sets 'pipefail' to properly report status of composer update [#41].

Version 0.8.1

16 Oct 14:33
e741f74
Compare
Choose a tag to compare
  • Better formatting for security checker output [#38].

Version 0.8.0

30 Sep 12:17
cda49d5
Compare
Choose a tag to compare
  • Incorporates support for arbitrary CLI providers, including Bitbucket [#36].

Version 0.7.0

09 Aug 16:11
1dcf474
Compare
Choose a tag to compare
  • 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
1a025d5
Compare
Choose a tag to compare
  • 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
8edf058
Compare
Choose a tag to compare
  • 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
4a12c67
Compare
Choose a tag to compare
  • Include pull request number in output for debugging purposes [#26].

Version 0.6.1

01 Aug 21:19
9f33f55
Compare
Choose a tag to compare
  • Ensures greater precision when fetching existing PR number, to avoid closing unrelated PRs [#25].

Version 0.6.0

31 Jul 17:07
87190a8
Compare
Choose a tag to compare
  • Adds support for GitLab repositories [#22].
  • Changes behavior to close existing PR and open a new one when existing PR dependencies are outdated [#23].