From 923c7afb48f5877a50b0a4b4da91c2a35be50103 Mon Sep 17 00:00:00 2001 From: Vitalik Shirokov Date: Mon, 30 Sep 2024 20:04:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=20`--dev`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dcef64f7..52cc7a3f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ } }, "require-dev": { - "phpunit/phpunit": "^5.7", - "symfony/var-dumper": "^3.4" + "phpunit/phpunit": "<8" } }