Skip to content
Snippets Groups Projects
Commit a9bf63fd authored by catch's avatar catch
Browse files

Issue #3484728 by andypost: update behat/mink to 1.12.0 for PHP 8.4

parent 39259e30
No related branches found
No related tags found
10 merge requests!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!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,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #325758 passed with warnings
Pipeline: drupal

#325781

    Pipeline: drupal

    #325770

      Pipeline: drupal

      #325760

        ......@@ -60,11 +60,11 @@
        },
        "allow-plugins": {
        "composer/installers": true,
        "dealerdirect/phpcodesniffer-composer-installer": true,
        "drupal/core-project-message": true,
        "drupal/core-vendor-hardening": true,
        "phpstan/extension-installer": true,
        "dealerdirect/phpcodesniffer-composer-installer": true,
        "php-http/discovery": true
        "php-http/discovery": true,
        "phpstan/extension-installer": true
        }
        },
        "extra": {
        ......
        ......@@ -4498,16 +4498,16 @@
        "packages-dev": [
        {
        "name": "behat/mink",
        "version": "v1.11.0",
        "version": "v1.12.0",
        "source": {
        "type": "git",
        "url": "https://github.com/minkphp/Mink.git",
        "reference": "d8527fdf8785aad38455fb426af457ab9937aece"
        "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a"
        },
        "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece",
        "reference": "d8527fdf8785aad38455fb426af457ab9937aece",
        "url": "https://api.github.com/repos/minkphp/Mink/zipball/7e4edec6c335937029cb3569ce7ef81182804d0a",
        "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a",
        "shasum": ""
        },
        "require": {
        ......@@ -4558,9 +4558,9 @@
        ],
        "support": {
        "issues": "https://github.com/minkphp/Mink/issues",
        "source": "https://github.com/minkphp/Mink/tree/v1.11.0"
        "source": "https://github.com/minkphp/Mink/tree/v1.12.0"
        },
        "time": "2023-12-09T11:23:23+00:00"
        "time": "2024-10-30T18:48:14+00:00"
        },
        {
        "name": "behat/mink-browserkit-driver",
        ......@@ -9489,8 +9489,8 @@
        },
        "prefer-stable": true,
        "prefer-lowest": false,
        "platform": [],
        "platform-dev": [],
        "platform": {},
        "platform-dev": {},
        "platform-overrides": {
        "php": "8.3.0"
        },
        ......
        ......@@ -8,7 +8,7 @@
        },
        "require": {
        "drupal/core": "11.x-dev",
        "behat/mink": "v1.11.0",
        "behat/mink": "v1.12.0",
        "behat/mink-browserkit-driver": "v2.2.0",
        "colinodell/psr-testlogger": "v1.3.0",
        "composer/ca-bundle": "1.5.2",
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment