[NEUTRAL] Update dependency composer/composer to v2.2.21 #986
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.3
->2.2.21
By merging this PR, the issue #1050 will be automatically resolved and closed:
Release Notes
composer/composer (composer/composer)
v2.2.21
Compare Source
v2.2.20
Compare Source
v2.2.19
Compare Source
_
to avoid conflicts between package names likea-b
anda_b
(#11229)COMPOSER_DISCARD_CHANGES
when set to0
v2.2.18
Compare Source
COMPOSER_NO_DEV
so it also works withrequire
andremove
's--update-no-dev
(#10995)v2.2.17
Compare Source
v2.2.16
Compare Source
v2.2.15
Compare Source
cache-read-only
where the filesystem is not writable (#10906)allow-plugins: true
(#10909)v2.2.14
Compare Source
v2.2.13
Compare Source
v2.2.12
Compare Source
lock
config option is disabled (#10726)validate
command checking the lock file even if thelock
option is disabled (#10723)v2.2.11
Compare Source
self-update
to pin the Composer version to the 2.2 LTS range (#10682)v2.2.10
Compare Source
v2.2.9
Compare Source
v2.2.8
Compare Source
files
autoloading sort order to be fully deterministic (#10617)require
command failing whenself.version
is used as constraint (#10593)v2.2.7
Compare Source
licenses
command output (#10537)allow-plugins: false
which kept warning (#10530)init
command requiring an email whereas the schema allows a name only (#10538)require
command when requiring packages which do not exist (but are provided by something else you require) (#10541)v2.2.6
Compare Source
COMPOSER_BIN_DIR
env var for binaries added in Composer 2.2.2 had to be renamed toCOMPOSER_RUNTIME_BIN_DIR
(#10512)enum foo:string
without space after:
(#10498)reinstall
command not firingpre-install-cmd
/post-install-cmd
events (#10514)v2.2.5
Compare Source
composer/package-versions-deprecated
by default as it can function usingComposer\InstalledVersions
at runtime (#10458)v2.2.4
Compare Source
v2.2.3
Compare Source
v2.2.2
Compare Source
COMPOSER_BIN_DIR
env var and_composer_bin_dir
global containing the path to the bin-dir for binaries. Packages relying on finding the bin dir with$BASH_SOURCES[0]
will need to update their binaries (#10402)v2.2.1
Compare Source
v2.2.0
Compare Source
dev-main
as the default path repo package version if no VCS info is available (#10372)v2.1.14
Compare Source
v2.1.12
Compare Source
9999999
-dev being shown in some cases by theshow
command (#10260)v2.1.11
Compare Source
v2.1.10
Compare Source
require
command reverting changes even though dependency resolution succeeded when something fails in scripts for example (#10118)require
not finding the right package version when some newly required extension is missing from the system (#10167)e1dbd65
)v2.1.9
Compare Source
show --all foo/bar
which as of 2.0.0 was not showing all versions anymore but only the installed one (#10095)v2.1.8
Compare Source
v2.1.7
Compare Source
v2.1.6
Compare Source
ircs://
protocol for support.irc composer.json entriesv2.1.5
Compare Source
create-project
creating aphp:
directory in the directory it was executed in (#10020, #10021)v2.1.4
Compare Source
only
/exclude
properties to avoid matching names as sub-strings of full package names (#10001)archive
command not working with async archive extractioninit
command being able to generate an invalid composer.json (#9986)