From 379c9ba8429742a957ec5628cb8557f11631bae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Sun, 19 Mar 2023 11:34:31 +0100 Subject: [PATCH] fix(composer): change phpunit rev --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b34dc32..9068f1c 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,15 @@ "plugin-modifies-downloads": true }, "config": { + "platform": { + "php": "8.0.0" + }, + "platform-check": true, "allow-plugins": { "topfloor/composer-cleanup-vcs-dirs": false } }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^9.6" } }