Allow installation together with composer/xdebug-handler ^3 (#10528)
Fixed support for packages with no licenses in licenses command output (#10537)
Fixed handling of allow-plugins: false which kept warning (#10530)
Fixed enum parsing in classmap generation when the enum keyword is not lowercased (#10521)
Fixed author parsing in init command requiring an email whereas the schema allows a name only (#10538)
Fixed issues in require command when requiring packages which do not exist (but are provided by something else you require) (#10541)
Performance improvement in pool optimization step (#10546)
2.2.6
BC Break: due to an oversight, the COMPOSER_BIN_DIR env var for binaries added in Composer 2.2.2 had to be renamed to COMPOSER_RUNTIME_BIN_DIR (#10512)
Fixed enum parsing in classmap generation with syntax like enum foo:string without space after : (#10498)
Fixed package search not urlencoding the input (#10500)
Fixed reinstall command not firing pre-install-cmd/post-install-cmd events (#10514)
Fixed edge case in path repositories where a symlink: true option would be ignored on old Windows and old PHP combos (#10482)
Fixed test suite compatibility with latest symfony/console releases (#10499)
Allow installation together with composer/xdebug-handler ^3 (#10528)
Fixed support for packages with no licenses in licenses command output (#10537)
Fixed handling of allow-plugins: false which kept warning (#10530)
Fixed enum parsing in classmap generation when the enum keyword is not lowercased (#10521)
Fixed author parsing in init command requiring an email whereas the schema allows a name only (#10538)
Fixed issues in require command when requiring packages which do not exist (but are provided by something else you require) (#10541)
Performance improvement in pool optimization step (#10546)
[2.2.6] 2022-02-04
BC Break: due to an oversight, the COMPOSER_BIN_DIR env var for binaries added in Composer 2.2.2 had to be renamed to COMPOSER_RUNTIME_BIN_DIR (#10512)
Fixed enum parsing in classmap generation with syntax like enum foo:string without space after : (#10498)
Fixed package search not urlencoding the input (#10500)
Fixed reinstall command not firing pre-install-cmd/post-install-cmd events (#10514)
Fixed edge case in path repositories where a symlink: true option would be ignored on old Windows and old PHP combos (#10482)
Fixed test suite compatibility with latest symfony/console releases (#10499)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps composer/composer from 2.0.13 to 2.2.7.
Release notes
Sourced from composer/composer's releases.
... (truncated)
Changelog
Sourced from composer/composer's changelog.
... (truncated)
Commits
061d154
Release 2.2.7039980a
Update changelog8179d1e
Early return when a package was already marked to be kept7ee44e6
Merge pull request #10541 from Seldaek/init_req_fixes2a2440c
Fix handling of virtual packages when searching for packages or when looking ...8b52546
Drop early package name validation if a version is provided to require/init c...acea849
Clarify plugin docs slightly wrt pre-operations-exec event4376153
Improve untrusted package install docs0c4cefa
Introduce phpstan-type about autoload array type to be DRY (#10516)53810b0
Fix return typeDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)