composer 2.7.6-1 source package in Ubuntu

Changelog

composer (2.7.6-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Workaround curl bug in 8.7.0/8.7.1, fixes #11913
  * Fix config command issue handling objects in some conditions, fixes #11945
  * Add new uninstall alias to docs
  * Fix binary proxies having an absolute path to vendor dir when project dir
    is a symlink, fixes #11947
  * Fix Composer autoloader being hijackable by script/plugin event handlers
    (#11955)
  * Fix transport exception not always using 255 exit code, fixes #11954
  * Tweak exit code for network errors to be 100, refs #11954
  * Fix private autoloader callbacks breaking the new runtime autoloader
    handling code
  * Release 2.7.6

  [ maximilian-walter ]
  * Don't show root warning for Podman containers (#11946)

  [ Buster Neece ]
  * Add "uninstall" as alias to "remove". (#11951)

 -- David Prévot <email address hidden>  Sun, 05 May 2024 09:32:03 +0200

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
composer_2.7.6-1.dsc 2.2 KiB 88ceaadf41cfce216da3b2c2f33b57ed085703f7803f628b1de4272bc7473cfd
composer_2.7.6.orig.tar.xz 647.5 KiB 80ffb7fec8bc0db12f74dd9d736dc75bad38807fd405f21aac22c24f33c59dbb
composer_2.7.6-1.debian.tar.xz 16.1 KiB 554290966ddd8568dfc755434da7a25bcfc521aed198f60d3532af681cc31315

Available diffs

No changes file available.

Binary packages built by this source

composer: dependency manager for PHP

 Composer helps you declare, manage and install dependencies of PHP projects.
 It ensures you have the right stack everywhere.
 .
 It behaves like Bundler (Ruby), npm (Node), etc.