Skip to content

Releases: Elendev/composer-push

0.6.1

21 Jul 08:34
Compare
Choose a tag to compare
  • Add artifactory support by using "type": "artyfactory" in configuration. #49
  • Last version of elendev/nexus-composer-push, use elendev/composer-push instead.
  • Change namespace from Elendev\NexusComposerPush to Elendev\ComposerPush. #49

Support Multiple providers - support of ssl-verify

15 Jul 13:05
Compare
Choose a tag to compare
  • nexus-push command is now deprecated, use push instead. #46
  • nexus-push configuration in the composer.json file is deprecated, use push instead #46
  • Support of composer <1.10 dropped, composer versions supported: ^1.10|^2.0 #45
  • Add options to support multiple repository types. Currently only nexus is supported. #46
  • Add ssl-verify parameter in configuration #47

Clean Global install Guzzle code

14 Jul 09:30
c2a7d09
Compare
Choose a tag to compare

PR #43 fixes #42 and provide a cleaner support for global install.

Thanks @qbaze for your contribution!

Use `home` instead of `data-dir` directory

30 Jun 14:18
9637e2e
Compare
Choose a tag to compare

Fix #41 by using home instead of data-dir directory.
Thanks @ym2048 for his contribution!

Handle source control metadata

23 Nov 12:16
81531e7
Compare
Choose a tag to compare

Fixes #19
Thanks @fghamsary for your contribution!

Support PHP 8.0

03 Nov 15:36
26a2e33
Compare
Choose a tag to compare

Thanks @andypost for it's contribution!

Support Composer 2

20 Oct 07:22
9680c2e
Compare
Choose a tag to compare

Thanks @BramG for the support of Composer 2 #33

Make composer.json extra opts work for ignoring. #31

19 Oct 13:57
2a61c87
Compare
Choose a tag to compare

Guzzle 7 support

23 Sep 07:37
5e7b834
Compare
Choose a tag to compare

Add support of Guzzle 7.

Thanks @tm1000 for the contribution!

keep-vendor and keep-dot-files parameter

21 Jul 06:15
851ad35
Compare
Choose a tag to compare

Add support for the following parameters:

  • keep-vendor
  • keep-dot-files

Thanks @qbaze for this contribution!