From b561f08539f4597608c9b0e1c5c8430a52c62ab0 Mon Sep 17 00:00:00 2001 From: "thomas.layh" Date: Thu, 27 Jun 2024 15:25:09 +0200 Subject: [PATCH] chore: allow testing framework 7 for typo3 v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3ad9e48..72dab06 100755 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "phpunit/phpcov": "^9.0", - "typo3/testing-framework": "^8.0", + "typo3/testing-framework": "^7.0 || ^8.0", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^1.10", "rector/rector": "^1.0",