From 4a3ce087ab48a4d82c082b736010384b25516aa5 Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Mon, 18 Dec 2023 10:59:00 +0100 Subject: [PATCH] Stick to phpunit 0 #24 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index efc6800..cc7d6f4 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "friendsofphp/php-cs-fixer": "^3.3", "typo3/testing-framework": "^6.0 || ^7.0", + "phpunit/phpunit": "^9.0", "phpcompatibility/php-compatibility": "^9.3.5", "phpspec/prophecy-phpunit": "^2.0" },