From 401e73f523c20ded8724009616344a453515673d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:12:20 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^11.5.5 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 410d311..7dfd320 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,7 @@ "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.2", "phpstan/phpstan-symfony": "^2.0.2", - "phpunit/phpunit": "^11.5.3", + "phpunit/phpunit": "^11.5.5", "symfony/browser-kit": "^7.2.0", "symfony/css-selector": "^7.2.0", "symfony/maker-bundle": "^1.62.1", diff --git a/composer.lock b/composer.lock index 7b6de29..bd7301c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e21787c3585252890a932028d7b5be04", + "content-hash": "6b8324fc7b405168bb9a0c58d6ebd98b", "packages": [ { "name": "composer/semver", @@ -5727,16 +5727,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.3", + "version": "11.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "30e319e578a7b5da3543073e30002bf82042f701" + "reference": "b9a975972f580c0491f834eb0818ad2b32fd8bba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/30e319e578a7b5da3543073e30002bf82042f701", - "reference": "30e319e578a7b5da3543073e30002bf82042f701", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b9a975972f580c0491f834eb0818ad2b32fd8bba", + "reference": "b9a975972f580c0491f834eb0818ad2b32fd8bba", "shasum": "" }, "require": { @@ -5808,7 +5808,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.5" }, "funding": [ { @@ -5824,7 +5824,7 @@ "type": "tidelift" } ], - "time": "2025-01-13T09:36:00+00:00" + "time": "2025-01-29T14:01:11+00:00" }, { "name": "react/cache",