From 50d697a3db6b458e149e967e6bdfbb3e74c6e74e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:29:31 +0200 Subject: [PATCH] Allow PHPUnit 11 --- composer.json | 2 +- src/Utils/SchemaExtender.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 500b1996b..e978d0657 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan": "1.12.4", "phpstan/phpstan-phpunit": "1.4.0", "phpstan/phpstan-strict-rules": "1.6.1", - "phpunit/phpunit": "^9.5 || ^10.5.21", + "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", "psr/http-message": "^1 || ^2", "react/http": "^1.6", "react/promise": "^2.0 || ^3.0", diff --git a/src/Utils/SchemaExtender.php b/src/Utils/SchemaExtender.php index 5d8b476bf..d1bb1095d 100644 --- a/src/Utils/SchemaExtender.php +++ b/src/Utils/SchemaExtender.php @@ -421,7 +421,6 @@ protected function extendImplementedInterfaces(ImplementingType $type): array } } - // @phpstan-ignore-next-line will be caught in schema validation return $interfaces; }