From 18a7f2b81d4f58ece75a1c0672fc2808cbd9338e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 05:44:59 +0000 Subject: [PATCH 1/2] Update phpunit/phpunit requirement from ^11.3.6 to ^11.3.6 || ^12.0.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.2/ChangeLog-12.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.3.6...12.0.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 595db751..967ecfe9 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "^1.12.4", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^11.3.6" + "phpunit/phpunit": "^11.3.6 || ^12.0.0" }, "autoload": { "psr-4": { From 5f5679db823fd7fb2f9807c106441943e53ffac1 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 17 Feb 2025 15:20:35 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 967ecfe9..c61b2941 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "^1.12.4", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^11.3.6 || ^12.0.0" + "phpunit/phpunit": "^12.0.2" }, "autoload": { "psr-4": {