From b6f90b700116f20fe48725166ddfb8f6d27ae52d Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Fri, 12 Nov 2021 23:20:13 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 7b8d576..cdf3c88 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,7 @@ "issues": "https://git.hood.su/mirzaev/minimal/issues" }, "require": { - "php": "~8.0", - "psr/log": "~3.0", - "twig/twig": "^3.3" - }, - "require-dev": { - "phpunit/phpunit": "~9.5" + "php": "~8.0" }, "suggest": { "ext-PDO": "Для работы с базами данных на SQL (MySQL, PostreSQL...)"