Skip to content
Snippets Groups Projects
Verified Commit 5c8b515c authored by Dave Long's avatar Dave Long
Browse files

Issue #3478331 by andypost, smustgrave: Upgrade composer to 2.8.1 for PHP 8.4

parent d44fb628
Branches
Tags
20 merge requests!12227Issue #3181946 by jonmcl, mglaman,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!8736Update the Documention As per the Function uses.,!5423Draft: Resolve #3329907 "Test2",!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3742Issue #3328429: Create item list field formatter for displaying ordered and unordered lists,!3731Claro: role=button on status report items,!3478Issue #3337882: Deleted menus are not removed from content type config,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2812Issue #3312049: [Followup] Fix Drupal.Commenting.FunctionComment.MissingReturnType returns for NULL,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!877Issue #2708101: Default value for link text is not saved,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493
Pipeline #303803 passed with warnings
Pipeline: drupal

#303819

    Pipeline: drupal

    #303811

      This diff is collapsed.
      ......@@ -9,7 +9,7 @@
      "require": {
      "drupal/core": "11.x-dev",
      "asm89/stack-cors": "~v2.2.0",
      "composer/semver": "~3.4.2",
      "composer/semver": "~3.4.3",
      "doctrine/annotations": "~2.0.1",
      "doctrine/deprecations": "~1.1.3",
      "doctrine/lexer": "~2.1.1",
      ......@@ -28,33 +28,33 @@
      "psr/event-dispatcher": "~1.0.0",
      "psr/http-client": "~1.0.3",
      "psr/http-factory": "~1.1.0",
      "psr/log": "~3.0.0",
      "psr/log": "~3.0.2",
      "ralouphie/getallheaders": "~3.0.3",
      "sebastian/diff": "~5.1.1",
      "symfony/console": "~v7.1.3",
      "symfony/console": "~v7.1.5",
      "symfony/dependency-injection": "~v7.1.3",
      "symfony/deprecation-contracts": "~v3.5.0",
      "symfony/error-handler": "~v7.1.3",
      "symfony/event-dispatcher": "~v7.1.1",
      "symfony/event-dispatcher-contracts": "~v3.5.0",
      "symfony/filesystem": "~v7.1.2",
      "symfony/finder": "~v7.1.3",
      "symfony/filesystem": "~v7.1.5",
      "symfony/finder": "~v7.1.4",
      "symfony/http-foundation": "~v7.1.3",
      "symfony/http-kernel": "~v7.1.3",
      "symfony/mailer": "~v7.1.2",
      "symfony/mime": "~v7.1.2",
      "symfony/polyfill-ctype": "~v1.30.0",
      "symfony/polyfill-ctype": "~v1.31.0",
      "symfony/polyfill-iconv": "~v1.30.0",
      "symfony/polyfill-intl-grapheme": "~v1.30.0",
      "symfony/polyfill-intl-grapheme": "~v1.31.0",
      "symfony/polyfill-intl-idn": "~v1.30.0",
      "symfony/polyfill-intl-normalizer": "~v1.30.0",
      "symfony/polyfill-mbstring": "~v1.30.0",
      "symfony/process": "~v7.1.3",
      "symfony/polyfill-intl-normalizer": "~v1.31.0",
      "symfony/polyfill-mbstring": "~v1.31.0",
      "symfony/process": "~v7.1.5",
      "symfony/psr-http-message-bridge": "~v7.1.3",
      "symfony/routing": "~v7.1.3",
      "symfony/serializer": "~v7.1.3",
      "symfony/service-contracts": "~v3.5.0",
      "symfony/string": "~v7.1.3",
      "symfony/string": "~v7.1.5",
      "symfony/translation-contracts": "~v3.5.0",
      "symfony/validator": "~v7.1.3",
      "symfony/var-dumper": "~v7.1.3",
      ......
      ......@@ -10,7 +10,7 @@
      "behat/mink": "^1.11",
      "behat/mink-browserkit-driver": "^2.2",
      "colinodell/psr-testlogger": "^1.2",
      "composer/composer": "^2.7.7",
      "composer/composer": "^2.8.1",
      "drupal/coder": "^8.3.10",
      "justinrainbow/json-schema": "^5.2",
      "lullabot/mink-selenium2-driver": "^1.7.3",
      ......
      ......@@ -11,11 +11,11 @@
      "behat/mink": "v1.11.0",
      "behat/mink-browserkit-driver": "v2.2.0",
      "colinodell/psr-testlogger": "v1.3.0",
      "composer/ca-bundle": "1.5.1",
      "composer/class-map-generator": "1.3.4",
      "composer/composer": "2.7.7",
      "composer/ca-bundle": "1.5.2",
      "composer/class-map-generator": "1.4.0",
      "composer/composer": "2.8.1",
      "composer/metadata-minifier": "1.0.0",
      "composer/pcre": "3.2.0",
      "composer/pcre": "3.3.1",
      "composer/spdx-licenses": "1.5.8",
      "composer/xdebug-handler": "3.0.5",
      "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0",
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment