Update dependency composer/composer to v2 #268
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/composer-composer-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.10.26
->2.4.2
Release Notes
composer/composer
v2.4.2
Compare Source
COMPOSER_ALLOW_SUPERUSER
set (#11024)COMPOSER_ALLOW_SUPERUSER
set so it always happens after prompting, or does not happen if input is non-interactivebump
command (#11053)COMPOSER_DISCARD_CHANGES
when set to0
outdated
command with--major-only
(#11032)show --platform
regression since 2.4.0 when running in a directory without composer.json (#11046)v2.4.1
Compare Source
COMPOSER_NO_AUDIT
env var to easily apply the new --no-audit flag in CI (#10998)show
command showing packages in two sections, this was only meant for theoutdated
command (#11000)v2.4.0
Compare Source
json
format output to the newaudit
command (#10965)json
format output to thecheck-platform-reqs
command (#10979)COMPOSER_NO_DEV
so it also works withrequire
andremove
's--update-no-dev
(#10995)v2.3.10
Compare Source
v2.3.9
Compare Source
v2.3.8
Compare Source
cache-read-only
where the filesystem is not writable (#10906)allow-plugins: true
(#10909)v2.3.7
Compare Source
v2.3.6
Compare Source
Composer\PHPStan\ConfigReturnTypeExtension
to improve return types ofConfig::get()
which you can also use in plugins CI (#10635)v2.3.5
Compare Source
verify_peer[_name]
disabled (#10722)lock
config option is disabled (#10726)validate
command checking the lock file even if thelock
option is disabled (#10723)v2.3.4
Compare Source
v2.3.3
Compare Source
self-update
to pin the Composer version to the 2.2 LTS range (#10682)v2.3.2
Compare Source
exec
command (#10672)v2.3.1
Compare Source
v2.3.0
Compare Source
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)v2.1.3
Compare Source
dump-autoload
command not dispatching scripts anymore, regressed in 2.1.2 (#9954)v2.1.2
Compare Source
--dev
todump-autoload
command to allow force-dumping dev autoload rules even if dev requirements are not present (#9946)--no-scripts
disabling events for plugins too instead of only disabling script handlers, using--no-plugins
is the way to disable plugins (#9942)v2.1.1
Compare Source
v2.1.0
Compare Source
v2.0.14
Compare Source
v2.0.13
Compare Source
update --lock
listing updates which were not really happening (#9812)v2.0.12
Compare Source
v2.0.11
Compare Source
v2.0.10
Compare Source
symfony/flex
make sure you upgrade it to 1.12.2+ to fixdump-env
issues)exec
command suppressing output in some circumstancespath/to/foo
, which are now rewritten internally topath\to\foo
when needed@php vendor/bin/foo
to work cross-platform9999999
-dev internally. This alias now only applies to default branches being non-numeric (e.g.dev-main
)v2.0.9
Compare Source
archive
and path repo copies mishandling some .gitignore pathsconfig
orrequire
modifies large composer.json filesv2.0.8
Compare Source
git gc
applied to them periodicallyv2.0.7
Compare Source
remove
command requiring a lock file to be presentComposer\InstalledVersions
to always contain up to date data during installationstatus
command breaking on slow networksv2.0.6
Compare Source
v2.0.5
Compare Source
php-only
), set platform-check totrue
if you want a complete checkv2.0.4
Compare Source
check-platform-req
command not being clear on what packages are checked, and added a --lock flag to explicitly check the locked packagesconfig
&create-project
adding of repositories to make sure they are prepended as order is much more important in Composer 2, also added a --append flag toconfig
to restore the old behavior in the unlikely case this is neededv2.0.3
Compare Source
outdated
command where dev packages with branch-aliases where always shown as being outdateddev-master as xxx
aliases--locked
option being missing fromoutdated
command, for checking outdated packages directly from the lock filev2.0.2
Compare Source
composer show -s
in projects where no version can be guessed from VCSrequire
when a lock file was missingv2.0.1
Compare Source
v2.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
9fa1a4a727
to461c6188b5
Update dependency composer/composer to v2.4.0to Update dependency composer/composer to v2.4.1Update dependency composer/composer to v2.4.1to Update dependency composer/composer to v2461c6188b5
to633d656b93
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will reenable minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
Pull request closed