From c4649fa66b8d91c4ff7f61ec256bdec1f7351980 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2026 14:56:07 +0200 Subject: update to 2.10.0 --- composer-rpm.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'composer-rpm.patch') diff --git a/composer-rpm.patch b/composer-rpm.patch index 7323225..0f5a7d3 100644 --- a/composer-rpm.patch +++ b/composer-rpm.patch @@ -43,3 +43,16 @@ diff -up ./vendor/composer/ca-bundle/src/CaBundle.php.rpm ./vendor/composer/ca-b // cURL does not understand 'phar://' paths // see https://github.com/composer/ca-bundle/issues/10 +diff -up ./src/Composer/Command/SelfUpdateCommand.php.rpm ./src/Composer/Command/SelfUpdateCommand.php +--- ./src/Composer/Command/SelfUpdateCommand.php.rpm 2026-05-28 14:51:24.953172177 +0200 ++++ ./src/Composer/Command/SelfUpdateCommand.php 2026-05-28 14:51:30.174907909 +0200 +@@ -86,7 +86,8 @@ EOT + $output->writeln('To update Composer, download a composer.phar from https://getcomposer.org and then run `composer.phar update composer/composer` in your project.'); + } else { + $output->writeln('This instance of Composer does not have the self-update command.'); +- $output->writeln('This could be due to a number of reasons, such as Composer being installed as a system package on your OS, or Composer being installed as a package in the current project.'); ++ $output->writeln('Composer is installed as a system package on your OS.'); ++ $output->writeln('Update the composer RPM using the package manager (dnf).'); + } + + return 1; -- cgit