Unverified Commit 69bfca9c authored by Alex Pott's avatar Alex Pott
Browse files

feat: #3559412 Upgrade behat/mink and behat/mink-browserkit-driver for PHP 8.5

By: andypost
By: alexpott
parent a62e112f
Loading
Loading
Loading
Loading
Loading
+25 −24
Original line number Diff line number Diff line
@@ -4830,28 +4830,29 @@
    "packages-dev": [
        {
            "name": "behat/mink",
            "version": "v1.12.0",
            "version": "v1.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/Mink.git",
                "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a"
                "reference": "9b08f62937c173affe070c04bb072d7ea1db1be5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/7e4edec6c335937029cb3569ce7ef81182804d0a",
                "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a",
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/9b08f62937c173affe070c04bb072d7ea1db1be5",
                "reference": "9b08f62937c173affe070c04bb072d7ea1db1be5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
                "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10",
                "jetbrains/phpstorm-attributes": "*",
                "phpstan/phpstan": "^1.12.32",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^8.5.22 || ^9.5.11",
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
                "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0 || ^8.0"
            },
            "suggest": {
                "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation",
@@ -4890,40 +4891,40 @@
            ],
            "support": {
                "issues": "https://github.com/minkphp/Mink/issues",
                "source": "https://github.com/minkphp/Mink/tree/v1.12.0"
                "source": "https://github.com/minkphp/Mink/tree/v1.13.0"
            },
            "time": "2024-10-30T18:48:14+00:00"
            "time": "2025-11-22T12:18:15+00:00"
        },
        {
            "name": "behat/mink-browserkit-driver",
            "version": "v2.2.0",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
                "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50"
                "reference": "d361516cba6e684bdc4518b9c044edc77f249e36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/16d53476e42827ed3aafbfa4fde17a1743eafd50",
                "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50",
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/d361516cba6e684bdc4518b9c044edc77f249e36",
                "reference": "d361516cba6e684bdc4518b9c044edc77f249e36",
                "shasum": ""
            },
            "require": {
                "behat/mink": "^1.11.0@dev",
                "ext-dom": "*",
                "php": ">=7.2",
                "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0",
                "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0"
                "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "mink/driver-testsuite": "dev-master",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^8.5 || ^9.5",
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
                "symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
                "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0",
                "symfony/mime": "^4.4 || ^5.0 || ^6.0 || ^7.0",
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/mime": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "type": "mink-driver",
@@ -4958,9 +4959,9 @@
            ],
            "support": {
                "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
                "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.2.0"
                "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.3.0"
            },
            "time": "2023-12-09T11:30:50+00:00"
            "time": "2025-11-22T12:42:18+00:00"
        },
        {
            "name": "brick/math",
@@ -10329,8 +10330,8 @@
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "platform": {},
    "platform-dev": {},
    "platform-overrides": {
        "php": "8.3.0"
    },
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@
    },
    "require": {
        "drupal/core": "11.3.x-dev",
        "behat/mink": "v1.12.0",
        "behat/mink-browserkit-driver": "v2.2.0",
        "behat/mink": "v1.13.0",
        "behat/mink-browserkit-driver": "v2.3.0",
        "brick/math": "0.14.0",
        "colinodell/psr-testlogger": "v1.3.0",
        "composer/ca-bundle": "1.5.8",