From c85255892751a9eb5910e2d7d235d65081c27a36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Mar 2024 08:36:52 +0100 Subject: update to 1.6.9 (revert to 1.6.7 code) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ca84c58..f23d2de 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "hamcrest/hamcrest-php": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.6.17", - "symplify/easy-coding-standard": "^12.1.14" + "phpunit/phpunit": "^8.5 || ^9.6.10", + "symplify/easy-coding-standard": "^12.0.8" }, "conflict": { "phpunit/phpunit": "<8.0" -- cgit