From 8788f61dc83b74b0bf790bd11927405f49580d66 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Jun 2024 03:33:49 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11.2.0 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c7d6d0b8..3e007498 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "friendsofphp/php-cs-fixer": "3.58.1", "justinrainbow/json-schema": "5.2.13", "phpunit/php-code-coverage": "11.0.3", - "phpunit/phpunit": "11.1.3", + "phpunit/phpunit": "11.2.0", "rector/rector": "1.1.0", "symfony/maker-bundle": "1.59.1", "symfony/phpunit-bridge": "7.1.1", diff --git a/composer.lock b/composer.lock index aa673539..358bb218 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": "28b88b7f13088ace5de047e37b4267ee", + "content-hash": "a5779cb091f9d9398d79d1c75dfd9e5a", "packages": [ { "name": "api-platform/core", @@ -9574,16 +9574,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.1.3", + "version": "11.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d475be032238173ca3b0a516f5cc291d174708ae" + "reference": "705eba0190afe04bc057f565ad843267717cf109" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d475be032238173ca3b0a516f5cc291d174708ae", - "reference": "d475be032238173ca3b0a516f5cc291d174708ae", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/705eba0190afe04bc057f565ad843267717cf109", + "reference": "705eba0190afe04bc057f565ad843267717cf109", "shasum": "" }, "require": { @@ -9622,7 +9622,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "11.1-dev" + "dev-main": "11.2-dev" } }, "autoload": { @@ -9654,7 +9654,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.1.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.0" }, "funding": [ { @@ -9670,7 +9670,7 @@ "type": "tidelift" } ], - "time": "2024-04-24T06:34:25+00:00" + "time": "2024-06-07T04:48:50+00:00" }, { "name": "react/cache",