From 960a7a2288e3821ddfa22124db0d61df532c4b50 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Fri, 23 Aug 2019 17:37:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D1=84=D0=B8=D0=BA=D1=81=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D1=8F=20php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b104f9a..6374b52 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,12 @@ } ], "require": { + "php": "~7.3", + "ext-tidy": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.15", - "sculpin/sculpin": "^3.0", - "ext-tidy": "*" + "sculpin/sculpin": "^3.0" }, "autoload": { "psr-4": {