Package: composer / 2.5.5-1+deb12u2

Metadata

Package Version Patches format
composer 2.5.5-1+deb12u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use homade autoload for CLI.patch | (download)

bin/composer | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use homade autoload for cli

0002 Adapt res path.patch | (download)

src/Composer/Json/JsonFile.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adapt res/ path

0003 Mimic distribution path for tests and help2man.patch | (download)

doc/composer/copyright | 1 1 + 0 - 0 !
src/data/Composer | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 mimic distribution path for tests and help2man

0004 Adapt LICENSE path.patch | (download)

src/Composer/Autoload/AutoloadGenerator.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adapt license path

0006 Tag tests relying on remote network.patch | (download)

tests/Composer/Test/Command/DiagnoseCommandTest.php | 6 6 + 0 - 0 !
tests/Composer/Test/Command/RequireCommandTest.php | 3 3 + 0 - 0 !
tests/Composer/Test/CompletionFunctionalTest.php | 1 1 + 0 - 0 !
tests/Composer/Test/Util/RemoteFilesystemTest.php | 2 2 + 0 - 0 !
4 files changed, 12 insertions(+)

 tag tests relying on remote network


0007 Tag test relying on git repository.patch | (download)

tests/Composer/Test/AllFunctionalTest.php | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 tag test relying on git repository


0009 Skip tests failing on 32 bit architectures.patch | (download)

tests/Composer/Test/InstallerTest.php | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 skip tests failing on 32-bit architectures


0010 Force recent symfony console output.patch | (download)

tests/Composer/Test/Installer/SuggestedPackagesReporterTest.php | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 force recent symfony/console output

0009 Change return type.patch | (download)

src/bootstrap.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change return type
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

No idea why this doesnt work as is.

0010 Workaround dh_phpcomposer limitations.patch | (download)

composer.json | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 workaround dh_phpcomposer limitations

Bug-Debian: https://bugs.debian.org/765899

0011 Only include installed versions class when plugins a.patch | (download)

src/Composer/Factory.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 only include installed versions class when plugins and scripts are
 allowed, as it is not needed otherwise

0012 Fix type error.patch | (download)

src/Composer/Factory.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix type error

0013 Fix automatic disabling of plugins when running non .patch | (download)

src/Composer/Command/BaseCommand.php | 9 9 + 0 - 0 !
src/Composer/Console/Application.php | 10 10 + 0 - 0 !
2 files changed, 19 insertions(+)

 fix automatic disabling of plugins when running non-interactive as
 root

Merge pull request from GHSA-7c6p-848j-wh5h

0014 Merge pull request from GHSA 7c6p 848j wh5h.patch | (download)

src/Composer/Factory.php | 10 8 + 2 - 0 !
src/Composer/Repository/FilesystemRepository.php | 39 37 + 2 - 0 !
tests/Composer/Test/InstalledVersionsTest.php | 4 2 + 2 - 0 !
tests/Composer/Test/Repository/FilesystemRepositoryTest.php | 43 41 + 2 - 0 !
tests/Composer/Test/Repository/Fixtures/installed.php | 56 20 + 36 - 0 !
tests/Composer/Test/Repository/Fixtures/installed_complex.php | 26 26 + 0 - 0 !
tests/Composer/Test/Repository/Fixtures/installed_relative.php | 103 103 + 0 - 0 !
7 files changed, 237 insertions(+), 44 deletions(-)

 merge pull request from ghsa-7c6p-848j-wh5h

* Fix usage of possibly compromised installed.php/InstalledVersions.php at runtime, refs GHSA-7c6p-848j-wh5h

* Fix InstalledVersionsTest regression

0015 Merge pull request from GHSA v9qv c7wm wgmf.patch | (download)

src/Composer/Package/Version/VersionGuesser.php | 15 8 + 7 - 0 !
tests/Composer/Test/Package/Version/VersionGuesserTest.php | 6 3 + 3 - 0 !
2 files changed, 11 insertions(+), 10 deletions(-)

 merge pull request from ghsa-v9qv-c7wm-wgmf

0016 Merge pull request from GHSA 47f6 5gq3 vx9c.patch | (download)

src/Composer/Downloader/GitDownloader.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 merge pull request from ghsa-47f6-5gq3-vx9c

0017 Fix test.patch | (download)

tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test