Releases: Elendev/composer-push
Releases · Elendev/composer-push
0.6.1
Support Multiple providers - support of ssl-verify
nexus-push
command is now deprecated, usepush
instead. #46nexus-push
configuration in thecomposer.json
file is deprecated, usepush
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
Use `home` instead of `data-dir` directory
Handle source control metadata
Fixes #19
Thanks @fghamsary for your contribution!
Support PHP 8.0
Thanks @andypost for it's contribution!
Support Composer 2
Make composer.json extra opts work for ignoring. #31
Thanks @glorpen for this contribution.
Guzzle 7 support
Add support of Guzzle 7.
Thanks @tm1000 for the contribution!
keep-vendor and keep-dot-files parameter
Add support for the following parameters:
- keep-vendor
- keep-dot-files
Thanks @qbaze for this contribution!