| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.10.26
* Security: Fixed command injection vulnerability in
HgDriver/GitDriver: CVE-2022-24828 boo#1198494
- Update to version 1.10.25 * Fix regression with PHP 8.1.0 and 8.1.1 - Update to version 1.10.24 * Fixed PHP 8.1 compatibility - Update to version 1.10.23 * Security: Fixed command injection vulnerability CVE-2021-41116
- Require php-mbstring as requested in bnc#1187416
- Version 1.10.22
* Security: Fixed command injection vulnerability in HgDriver/HgDownloader
and hardened other VCS drivers and downloaders
(GHSA-h5h8-pc6h-jvvx / CVE-2021-29472), bnc#1185376
- Version 1.10.21
* Fixed support for new GitHub OAuth token format
* Fixed processes silently ignoring the CWD when it does not exist
- Version 1.10.20
* Fixed exclude-from-classmap causing regex issues when having too many paths
* Fixed compatibility issue with Symfony 4/5
- Add provides of php8-composer - Version 1.10.19 * Fixed regression on PHP 8.0 - Version 1.10.18 * Allow installation on PHP 8.0 - Version 1.10.17 * Fixed Bitbucket API authentication issue * Fixed parsing of Composer 2 lock files breaking in some rare conditions
- Version 1.10.16
* Added warning to validate command for cases where packages provide/
replace a package that they also require
* Fixed JSON schema validation issue with PHPStorm
* Fixed symlink handling in archive command
- Version 1.10.15
* Fixed path repo version guessing issue
- Version 1.10.14
* Fixed version guesser to look at remote branches as well as local
ones
* Fixed path repositories version guessing to handle edge cases where
version is different from the VCS-guessed version
* Fixed COMPOSER env var causing issues when combined with the global
command
* Fixed a few issues dealing with PHP without openssl extension (not
recommended at all but sometimes needed for testing)
- Version 1.10.13 * Fixed regressions with old version validation * Fixed invalid root aliases not being reported - Version 1.10.12 * Fixed regressions with old version validation - Version 1.10.11 * Fixed more PHP 8 compatibility issues * Fixed regression in handling of CTRL-C when xdebug is loaded * Fixed status handling of broken symlinks
- Version 1.10.10
* Fixed create-project not triggering events while installing the
root package
* Fixed PHP 8 compatibility issue
* Fixed self-update to avoid automatically upgrading to the next
major version once it becomes stable
- Version 1.10.9
* Fixed Bitbucket redirect loop when credentials are outdated
* Fixed GitLab auth prompt wording
* Fixed self-update handling of files requiring admin permissions
to write to on Windows (it now does a UAC prompt)
* Fixed parsing issues in funding.yml files
- Version 1.10.8
* Fixed compatibility issue with git being configured to show
signatures by default
* Fixed discarding of local changes when updating packages to include
untracked files
* Several minor fixes
- Version 1.10.7
* Fixed PHP 8 deprecations
* Fixed detection of pcntl_signal being in disabled_functions when
pcntl_async_signal is allowed