Change log for composer package in Ubuntu

150 of 102 results
Published in resolute-release
Deleted in resolute-proposed (Reason: Moved to resolute)
composer (2.9.5-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Revert "Work around issue with msys/rmdir on windows (#12726)"
  * Fix detection of 7z when it is installed as 7za
  * Release 2.9.5

  [ James Titcumb ]
  * Add support for PIE list of download-url-methods (#12727)

 -- David Prévot <email address hidden>  Fri, 30 Jan 2026 06:34:54 +0100

Available diffs

Superseded in resolute-proposed
composer (2.9.4-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix git rev-list usages to support older git versions (#12705)
  * Reorder diagnose output and add active plugins (#12706)
  * Sanitize invalid unicode sequences into question marks to avoid preg errors
  * Work around issue with msys/rmdir on windows (#12726)
  * Update changelog
  * Release 2.9.4

  [ Maksim Cherkasov ]
  * Disable HTTP/3 when HTTP proxy is used (#12699)

  [ heui ]
  * Replace substr with mb_substr for UTF-8 support (#12704)

 -- David Prévot <email address hidden>  Sun, 25 Jan 2026 08:31:24 +0100

Available diffs

Superseded in resolute-proposed
composer (2.9.3-1) unstable; urgency=medium

  * Security: Fixed ANSI sequence injection [CVE-2025-67746]

  [ Jordi Boggiano ]
  * Remove requirement that a full Composer instance be passed to
    EventDispatcher (#12629)
  * Fix update --lock / update mirrors not working when locked packages
    contain vulnerabilities, fixes #12634 (#12645)
  * Retry on curl timeouts (28) (#12662)
  * Use git rev-list instead of log to avoid issues with
    log.showSignature being enabled (#12666)
  * Fix regression in showing reasons for ignoring advisories (#12668)
  * Fix no-security-blocking / COMPOSER_NO_SECURITY_BLOCKING not working
    on updates done via the install command
  * Validate php-ext schema in ValidatingArrayLoader (#12694)
  * Fix support for securetransport + libressl
  * Release 2.9.3

  [ ಠ_ಠ ]
  * fix crash bumping version with composer update and disabled lockfile

  [ Ilia Urvachev ]
  * fix(AuthHelper): misplaced `username` and `password` (#12667)

  [ David Prévot ]
  * Update Standards-Version to 4.7.3
  * Convert d/watch to version 5

 -- David Prévot <email address hidden>  Tue, 30 Dec 2025 16:00:43 +0100

Available diffs

Superseded in resolute-proposed
composer (2.9.2-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * New flags to disable/configure blocking (#12617)
  * Add config command support for missing audit settings (#12609)
  * Add a way to configure block and audit specific ignores
  * Fix ignoring of CVE ids in security blocking
  * Fix partial updates failing when a locked package has security advisories
    (#12626)
  * Release 2.9.2

 -- David Prévot <email address hidden>  Sun, 23 Nov 2025 09:18:53 +0100

Available diffs

Superseded in resolute-proposed
composer (2.9.1-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix a few minor issues with bump-after-update flag (#12598)
  * Fix script autoloading regressions (#12606)
  * Fix null call of Command::setDescription, fixes #12605
  * Release 2.9.1

  [ Ruben Pascal Abel ]
  * Reverting 86b4aa1 to fix path resolution for vendor/bin proxies (#12601)

 -- David Prévot <email address hidden>  Sat, 15 Nov 2025 14:07:52 +0100

Available diffs

Superseded in resolute-proposed
composer (2.9.0~rc1-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Add support for --minimal-changes with full updates (#12349)
  * Improve performance of script handlers (#12456)
  * Ensure packages where the abandoned state changes get reinstalled to sync
    up the state in installed.json (#12423)
  * Add detection for preload being active and if it causes errors try to warn
    users (#12528)
  * Fix display of dist refs for dev versions when source is missing (#12562)
  * Add --locked flag to licenses command (#12595)
  * Release 2.9.0-RC1

  [ Ayesh Karunaratne ]
  * CurlDownloader - Add support for HTTP/3 (#12363)

  [ Lubomir Stanko ]
  * Add support to authorize with Custom Headers in auth.json or COMPOSER_AUTH
    env (#12372)

  [ Ilia Urvachev ]
  * feat(auth.json): support for authorization with client TLS-certificates
    (#12406)

  [ Alexis Lefebvre ]
  * doc: add SHELL_VERBOSITY to CLI (#12473)

  [ Ion Bazan ]
  * Add update-with-minimal-changes config option (#12545)
  * Allow non-interactive init without input (#12546)

  [ Stefan ]
  * feat: Added --ignore-unreachable flag to audit command for
    private/unreachable repositories (#12470)

  [ Stephan ]
  * Add driver to support forgejo/codeberge repositories (#12307)
  * Audit: add option to ignore individually abandoned packages (#12572)
  * Composer update: filter packages with security advisories from pool (#11956)

  [ Joshua Behrens ]
  * Add repo command to manipualte repositories in composer.json (#12388)

  [ Nicolas Grekas ]
  * Add COMPOSER_PREFER_DEV_OVER_PRERELEASE env var (#12585)

  [ Dan Wallis ]
  * [feature] Automatically recover from trivial merge conflicts in
    `composer.lock` (#11517)

 -- David Prévot <email address hidden>  Mon, 10 Nov 2025 18:54:39 +0100

Available diffs

Superseded in resolute-proposed
composer (2.8.12-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix php8.5 deprecation warning (#12513)
  * Bump json-schema min requirement
  * Bump symfony requirements
  * Drop react/promise 2.x again, refs #12188
  * Release 2.8.12

  [ ಠ_ಠ ]
  * fixes a regression introduced via 304107d (#12512)

  [ Stephan ]
  * Bitbucket: add support for API tokens (#12515)

  [ Daniel Pfeiffer ]
  * Allows for source to have a space in path name

  [ Kayw ]
  * Fix `--global` flag path resolution for bin-dir config

  [ Yanick Witschi ]
  * Reduce memory usage in PoolBuilder (#12516)

 -- David Prévot <email address hidden>  Mon, 22 Sep 2025 12:35:31 +0200
Superseded in resolute-release
Published in questing-release
Deleted in questing-proposed (Reason: Moved to questing)
composer (2.8.8-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix deprecation warnings in code inspections for vendor/autoload.php,
    fixes #12331
  * Upgrade json-schema to v6 (#12348)
  * Fix handling of replace together with the --with temporary constraints
    (#12353)
  * Fix error handler to bypass some new php 8.5 warnings and avoid spamming
    output too much with deprecation notices (#12360)
  * Fix InstalledVersions showing duplicates at Composer runtime during
    installation, fixes #12225 (#12361)
  * Fix some issues running tests on 32bit
  * Release 2.8.8

  [ Maarten Bruna ]
  * Add COMPOSER_MAX_PARALLEL_PROCESSES (#12356)

  [ David Prévot ]
  * Update Standards-Version to 4.7.2

 -- David Prévot <email address hidden>  Sat, 05 Apr 2025 11:50:09 +0200

Available diffs

Superseded in questing-release
Published in plucky-release
Deleted in plucky-proposed (Reason: Moved to plucky)
composer (2.8.6-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Add hint when avast is detected and we get a curl error 60, refs #9894
  * Add verbose output to show when scripts get skipped by the new env var,
    refs #12290
  * Release 2.8.6

  [ Sebastian Muszynski ]
  * Introduce COMPOSER_WITH_DEPENDENCIES and COMPOSER_WITH_ALL_DEPENDENCIES
    env var

  [ Stephan ]
  * Merge pull request #12290 from glaubinix/skip-scripts-for-certain-events

  [ Petar Obradović ]
  * feat: Detect containerd runtime and allow root execution (#12299)

  [ Philipp Scheit ]
  * ZipArchiver: treat backslaches in folder names on Unix (#12327)

  [ David Prévot ]
  * Update debian/clean
  * Modernize PHPUnit syntax

 -- David Prévot <email address hidden>  Thu, 27 Feb 2025 23:08:48 +0100

Available diffs

Superseded in plucky-release
Deleted in plucky-proposed (Reason: Moved to plucky)
composer (2.8.5-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix unstable order of psr-0 and psr-4 rules
  * Fix regression from #12233 in InstalledVersions when reload is used,
    fixes #12235
  * Release 2.8.5

  [ Andrew Nicols ]
  * Discard unsupported FUNDING.yml URL values

  [ jrfnl ]
  * GitHubDriver::getFundingInfo(): add support for thanks.dev and polar.sh

  [ Tim Düsterhus ]
  * Generate build provenance attestation during release

  [ David Prévot ]
  * Revert "Force system dependencies loading"
  * Revert "Fix regression from #12233 in InstalledVersions when reload is
    used, fixes #12235"

 -- David Prévot <email address hidden>  Wed, 22 Jan 2025 08:22:33 +0100

Available diffs

Superseded in plucky-proposed
composer (2.8.4-3) unstable; urgency=medium

  * Use --exclude-group multiple times (PHPUnit 11 fix)

 -- David Prévot <email address hidden>  Fri, 10 Jan 2025 13:20:16 +0100

Available diffs

Superseded in plucky-proposed
composer (2.8.4-2) unstable; urgency=medium

  * Refresh patch for PHPUnit 11

 -- David Prévot <email address hidden>  Tue, 31 Dec 2024 14:23:28 +0100

Available diffs

Superseded in plucky-release
Deleted in plucky-proposed (Reason: Moved to plucky)
composer (2.8.4-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Ensure installed.php data is sorted deterministically, fixes #12197
  * Fix bump-after-update when passing inline constraints, fixes #12223
  * Avoid duplicate errors in the output, fixes #12214
  * Fixed InstalledVersions returning duplicates in some instances
  * Fix create-project when passed with a path repo to disable symlinks by default
  * Avoid returning failing status code if the composer audit fails in diagnose command, refs #12196
  * Release 2.8.4

  [ Javier Spagnoletti ]
  * Use a bitmask to produce deterministic exit codes for the "audit" command
    (#12203)

  [ Lctrs ]
  * disable multiplexing for some versions of curl (#12207)

  [ Justin Beaty ]
  * Fix bug when plugin defines multiple PluginInterface classes (#12226)

 -- David Prévot <email address hidden>  Mon, 23 Dec 2024 17:49:58 +0100

Available diffs

Superseded in plucky-release
Deleted in plucky-proposed (Reason: Moved to plucky)
composer (2.8.3-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Avoid updating the lock hash if there is no lock
  * Release 2.8.3

 -- David Prévot <email address hidden>  Mon, 18 Nov 2024 07:52:28 +0100

Available diffs

Superseded in plucky-release
Deleted in plucky-proposed (Reason: Moved to plucky)
composer (2.8.2-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Clean up lock update code to remove redundancy and avoid errors (#12149)
  * Fix handling of signals in non-PHP binaries run via proxies (#12176)
  * Fix create-project regression when using path repos with relative paths,
    fixes #12150
  * Remove SignalHandler from Application to fix issues handling ctrl-C
    inside prompts
  * Release 2.8.2

  [ Christian Flothmann ]
  * do not stumble over missing descriptions (#12152)

 -- David Prévot <email address hidden>  Sat, 02 Nov 2024 17:59:43 +0100

Available diffs

Superseded in plucky-proposed
composer (2.8.1-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix a few cases where the prompt for using a parent dir's composer.json fails to work correctly, fixes #8023
  * Fix --strict-ambiguous to really report all issues, fixes #12140 (#12148)
  * Fix create-project to reuse the target folders permissions for files created (#12146)
  * Release 2.8.1

  [ Antal Áron ]
  * Allow init without license (#12145)

 -- David Prévot <email address hidden>  Wed, 09 Oct 2024 14:52:18 +0200
Superseded in plucky-release
Obsolete in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
composer (2.7.7-2) unstable; urgency=medium

  * Use --require-file for phpabtl (Closes: #1074182)

 -- David Prévot <email address hidden>  Tue, 25 Jun 2024 07:58:56 +0200

Available diffs

Superseded in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
composer (2.7.7-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix Filesystem::isLocalPath including windows checks on linux
  * Fix perforce arg not being escaped correctly
  * Fix handling of zip bombs when unzipping archives
  * Fix UX when a non-required plugin is still present in vendor dir (#12000)
  * Fixed PSR violations for classes not matching the namespace of a rule being
    hidden, fixes #11957
  * Fix new platform requirements from composer.json not being checked when
    composer.lock is outdated, fixes #11989 (#12001)
  * Fix empty type support in init command, fixes #11999
  * Fix secure-http check to avoid bypass using emojis
  * Merge pull request from GHSA-v9qv-c7wm-wgmf [CVE-2024-35242]
    (Closes: #1073126)
  * Merge pull request from GHSA-47f6-5gq3-vx9c [CVE-2024-35241]
    (Closes: #1073125)
  * Fix windows parameter encoding to prevent abuse of unicode characters with
    best fit encoding conversion
  * Release 2.7.7

  [ Krzysztof Ciszewski ]
  * composer#11852 fix: ability to remove autoload* keys (#11967)
  * Fix composer error when git config safe.bareRepository is set to explicit
    (#11969)

  [ Dan Wallis ]
  * Close style tags to avoid bleed (#11972)

  [ Sam B ]
  * To enable to the TransportException code to be accessed in PHP < 8.1, make
    reflection property accessible (#11974)

 -- David Prévot <email address hidden>  Thu, 13 Jun 2024 08:57:06 +0200

Available diffs

Superseded in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
composer (2.7.6-3) unstable; urgency=medium

  * Compatibility with updated php-composer-class-map-generator

 -- David Prévot <email address hidden>  Sat, 08 Jun 2024 07:52:56 +0200

Available diffs

Superseded in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
composer (2.7.6-2) unstable; urgency=medium

  * Make provider functions static (PHPUnit 11 Fix) (Closes: #1070504)

 -- David Prévot <email address hidden>  Mon, 20 May 2024 11:37:45 +0200

Available diffs

Superseded in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
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

Available diffs

Superseded in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
composer (2.7.4-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix composer status command handling of failed promises, closes #11889
  * Ensure integer env vars do not cause a crash, fixes #11908
  * Ensure we clear the locally configured cache dir instead of default one,
    fixes #11921
  * Fix show command output to remove v prefixes on versions, making for more
    uniform output, fixes #11925
  * Release 2.7.4

  [ Yanick Witschi ]
  * Only show warning about default version when not "project" type (#11885)

  [ Ayesh Karunaratne ]
  * [PHP 8.4] Fix for implicit nullability deprecation (#11888)

  [ Brad Jones ]
  * Surface the advisory ID when CVE not present. (#11892)

  [ gaxweb ]
  * Allow for SSH URLs when using hg repository type (#11878)

  [ Fabrizio Balliano ]
  * Added support for buy_me_a_coffee (#11902)

  [ John Stevenson ]
  * Refactor proxy handling to require https_proxy (#11915)

  [ Barry vd. Heuvel ]
  * Load ProxyManager before running command to fix autoload order (#11943)

  [ David Prévot ]
  * Update Standards-Version to 4.7.0
  * Drop version from build-dependencies

 -- David Prévot <email address hidden>  Tue, 23 Apr 2024 08:06:18 +0200

Available diffs

Superseded in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
composer (2.7.1-2) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <email address hidden>  Sun, 11 Feb 2024 12:08:01 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
composer (2.6.6-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Release 2.6.6

  [ Dan Wallis ]
  * Use global constant if available for libpq version (#11684)
  * Display error instead of throwing exception when unable to update
    with temporary constraint (#11692)

 -- David Prévot <email address hidden>  Tue, 12 Dec 2023 07:49:21 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
composer (2.6.5-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix autoload generator dump() non-BC signature change in 2.6.4
  * Release 2.6.5

  [ Uladzimir Tsykun ]
  * Fix error when vendor dir contains broken symlinks (#11670)

 -- David Prévot <email address hidden>  Sun, 08 Oct 2023 09:17:05 +0200

Available diffs

Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
composer (2.5.8-1) unstable; urgency=medium

  * Upload to unstable now that bookworm has been released

  [ Jordi Boggiano ]
  * Fix regression in edge cases where root package gets added to a repository
    already during the install process, fixes #11495
  * Fix EventDispatcher on windows picking bat files when using "@php binary",
    fixes #11490
  * Ignore ICU CDLR version fetching when ICU cannot initialize the resource
    bundle, fixes #11492
  * Update type declarations on ClassLoader, fixes #11482 (#11500)
  * Release 2.5.8

  [ David Prévot ]
  * Avoid option not compatible with PHPUnit 10

 -- David Prévot <email address hidden>  Tue, 13 Jun 2023 07:21:32 +0200

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
composer (2.5.5-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Escape % chars in user input before passing to sprintf, fixes #11359
  * Fix github header handling to be case insensitive, fixes rate limit
    extraction (#11366)
  * Fix return type of InstalledVersions::getInstalled, fixes #11304
  * Update changelog
  * Release 2.5.5

  [ Uladzimir Tsykun ]
  * Fix basic auth infinite loop (#11320)

  [ Wim Leers ]
  * Follow-up for #5205: fix high concurrency race condition

 -- David Prévot <email address hidden>  Fri, 24 Mar 2023 10:41:51 +0100

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
composer (2.5.4-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Release 2.5.4

  [ Marek Nocoń ]
  * Added optional plugin check in PluginInstaller (#11318)

 -- David Prévot <email address hidden>  Wed, 15 Feb 2023 18:24:56 +0100

Available diffs

Superseded in lunar-proposed
composer (2.5.3-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Release 2.5.3

  [ Nicolas Grekas ]
  * Add extra.plugin-optional to auto-disable plugins in non-interactive mode
    (#11315)

 -- David Prévot <email address hidden>  Sat, 11 Feb 2023 06:53:04 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
composer (2.5.2-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Warn when require ends up auto-selecting a feature branch,
    fixes #11264 (#11270)
  * Release 2.5.2

 -- David Prévot <email address hidden>  Mon, 06 Feb 2023 08:26:32 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
composer (2.5.1-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Add autoconfiguration of gitlab-domains/github-domains when auth is present
    for custom domains, fixes #11062
  * Add warning when outdated command rejects an existing version due to
    platform requirements, fixes #11016 (#11113)
  * Add hard failure if COMPOSER_AUTH is malformed json, fixes #11085
  * Add support for adding Command classes as scripts (#11151)
  * Add interactive prompt for which script/binary to run if run-script/exec is
    called without arg, fixes #11128 (#11157)
  * Make the require command guess versions more accurately by delegating to the
    solver (except with --no-update) (#11160)
  * Update to composer/pcre 2.1 (#11189)
  * Add support for bumping >=x to >=latest, fixes #11179
  * Improve version selection in archive command, fixes #4794 (#11230)
  * Release 2.5.1

  [ Jellyfrog ]
  * Add download-only mode (#11041)

  [ Stephan Jorek ]
  * Feature: Add support for autocompleting setting-keys in config-command
    (#11130)

  [ PrinsFrank ]
  * Prompt users in interactive mode for where to store the credentials if a
    local auth config file exists (#11188)
  * Check missing-from-lock-file required packages when running install and fail
    when there are any (#11195)

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Sat, 24 Dec 2022 09:18:30 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
composer (2.4.4-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Retry cache writes if they fail, refs #11076
  * Fix outdated command outputting some of the legend to stdout
  * Fix regression in loading Composer on SMB/network shares, refs #8231 #11077
  * Fix status command reporting differences when source reference is a tag
    name, fixes #11155
  * Release 2.4.4

  [ Kuba Werłos ]
  * Add "--dry-run" to bump command (#11047)

 -- David Prévot <email address hidden>  Sat, 29 Oct 2022 10:59:15 +0200

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
composer (2.4.1-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Release 2.4.1

 -- David Prévot <email address hidden>  Sun, 21 Aug 2022 09:54:52 +0200

Available diffs

Superseded in kinetic-proposed
composer (2.4.0-1) unstable; urgency=medium

  * Upload new minor to unstable

  [ Jordi Boggiano ]
  * Release 2.4.0

  [ Michael Telgmann ]
  * Improve documentation about the new bash completion feature (#10962)

  [ David Prévot ]
  * Add bash completion

 -- David Prévot <email address hidden>  Fri, 19 Aug 2022 07:32:17 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
composer (2.3.10-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Release 2.3.10

  [ David Prévot ]
  * Install /u/s/pkg-php-tools/autoloaders file
  * Declare more minimal versions in {,build-}dependencies
  * Drop satisfied minimal versions in test dependencies

 -- David Prévot <email address hidden>  Sat, 16 Jul 2022 09:59:10 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
composer (2.3.9-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Release 2.3.9

 -- David Prévot <email address hidden>  Fri, 08 Jul 2022 09:24:04 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
composer (2.3.8-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Release 2.3.8

  [ David Prévot ]
  * Drop now useless debian/pkg-php-tools-* entries

 -- David Prévot <email address hidden>  Mon, 04 Jul 2022 08:00:29 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
composer (2.3.7-2) unstable; urgency=medium

  * Upload to unstable
  * Force recent php-composer-pcre

 -- David Prévot <email address hidden>  Sat, 18 Jun 2022 12:05:52 +0200
Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
composer (2.2.14-1ubuntu1) kinetic; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/p/add-baseio-types.patch: Add param and return types to BaseIO.

 -- Athos Ribeiro <email address hidden>  Thu, 16 Jun 2022 10:24:28 -0300
Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
composer (2.2.13-1ubuntu1) kinetic; urgency=medium

  * Merge with Debian unstable (LP: #1978147). Remaining changes:
    - d/p/add-baseio-types.patch: Add param and return types to BaseIO.
  * Dropped changes:
    - d/control: Drop b-d on php-symfony-console, only required by tests.
      [ This was only required to allow migration ]
    - d/p/demote-symfony-console-to-suggests.patch: Prevent composer
      from pulling in php-symfony-console as a strict dependency, to
      avoid creating a circular build dependency with symfony.
      [ This was only needed to allow migration ]
    - d/rules: Disable running testsuite at build time.
      + Upstream testsuite is already run for autopkgtest so this is redundant,
        but avoiding FTBFS allows it into -proposed.
      [ This was only needed to allow migration ]
    - d/p/implement_psr_log_3.patch: Support psr/log 3.0.
      [ OR statements are not evaluated by dh_phpcomposer ]

 -- Athos Ribeiro <email address hidden>  Thu, 09 Jun 2022 23:06:08 -0300

Available diffs

Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
composer (2.2.6-2ubuntu4) jammy; urgency=medium

  * d/control: Revert drop b-d on php-symfony-console, now that symfony
    is available in proposed.
  * Drop d/p/demote-symfony-console-to-suggests.patch

 -- Bryce Harrington <email address hidden>  Thu, 24 Mar 2022 07:53:57 +0000
Superseded in jammy-proposed
composer (2.2.6-2ubuntu3) jammy; urgency=medium

  * d/p/implement_psr_log_3.patch: Support psr/log 3.0
  * d/p/add-baseio-types.patch: Add param and return types to BaseIO.

 -- Bryce Harrington <email address hidden>  Sat, 12 Mar 2022 00:54:11 +0000

Available diffs

Superseded in jammy-proposed
composer (2.2.6-2ubuntu2) jammy; urgency=medium

  * d/p/demote-symfony-console-to-suggests.patch: Prevent composer
    from pulling in php-symfony-console as a strict dependency, to
    avoid creating a circular build dependency with symfony.

 -- Bryce Harrington <email address hidden>  Sat, 26 Feb 2022 09:34:01 +0000

Available diffs

Superseded in jammy-proposed
composer (2.2.6-2ubuntu1) jammy; urgency=medium

  * Merge from Debian.  Remaining changes:
    - d/rules: Disable running testsuite at build time.
      + Upstream testsuite is already run for autopkgtest so this is redundant,
        but avoiding FTBFS allows it into -proposed.
    - d/control: Drop b-d on php-symfony-console, only required by tests
  * Dropped:
    - d/p/fix-test-symfony-console-version.patch: Backport commit 4ce11ab4
      "Support escaping on newer symfony/console versions, fixes #10499"
      to fix test failure with symfony 5.2.6.
      [Included in upstream release]
    - d/t/control: Force recent symfony/console 5.4.4 for autopkgtest.
      [Included in 2.2.6-2.]

 -- Bryce Harrington <email address hidden>  Thu, 24 Feb 2022 14:29:49 -0800

Available diffs

Superseded in jammy-proposed
composer (2.1.12-1ubuntu3) jammy; urgency=medium

  * d/control: Drop b-d on php-symfony-console, only required by tests

 -- Bryce Harrington <email address hidden>  Thu, 17 Feb 2022 01:23:15 +0000

Available diffs

Superseded in jammy-proposed
composer (2.1.12-1ubuntu2) jammy; urgency=medium

  * d/p/fix-test-symfony-console-version.patch: Backport commit 4ce11ab4
    "Support escaping on newer symfony/console versions, fixes #10499"
    to fix test failure with symfony 5.2.6.
  * d/t/control: Force recent symfony/console 5.4.4 for autopkgtest.
    (Change backported from Debian 2.2.6-2.)

 -- Bryce Harrington <email address hidden>  Tue, 15 Feb 2022 22:06:02 +0000
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
composer (2.1.12-1ubuntu1) jammy; urgency=medium

  * Merge from Debian.  Remaining changes:
    - d/rules: Disable running testsuite at build time.
      + Upstream testsuite is already run for autopkgtest so this is redundant,
        but avoiding FTBFS allows it into -proposed.
  * Dropped:
    - d/p/fix-some-php-8.1-deprecation-warnings-and-test.patch: Drop a
      faulty test and fix up some deprecation warnings.
      [Included upstream]

 -- Bryce Harrington <email address hidden>  Fri, 17 Dec 2021 23:26:35 +0000

Available diffs

Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
composer (2.0.13-1ubuntu1) jammy; urgency=medium

  * d/rules: Disable running testsuite at build time.
    - Upstream testsuite is already run for autopkgtest so this is redundant,
      but avoiding FTBFS allows it into -proposed.
  * d/p/fix-some-php-8.1-deprecation-warnings-and-test.patch: Drop a
    faulty test and fix up some deprecation warnings.

 -- Bryce Harrington <email address hidden>  Fri, 17 Dec 2021 00:43:34 +0000

Available diffs

Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
composer (2.0.9-2ubuntu3) jammy; urgency=medium

  * d/rules: Disable testsuite during build to avoid FTBFS
    - The upstream testsuite is already run as an autopkgtest.

 -- Bryce Harrington <email address hidden>  Mon, 13 Dec 2021 21:30:55 +0000

Available diffs

Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
composer (2.0.9-2ubuntu2) impish; urgency=medium

  * d/p/workaround-pcre-regression.patch: Fix test case failure due to use
    of RE matching syntax that breaks with pcre2 10.37.
    (LP: #1946033)

 -- Bryce Harrington <email address hidden>  Mon, 04 Oct 2021 23:44:35 +0000

Available diffs

150 of 102 results