From c1bf3c01641e486d625b767772f8127c2415f042 Mon Sep 17 00:00:00 2001 From: Daniel Rose Date: Wed, 28 Apr 2021 20:46:36 +0200 Subject: [PATCH] =?UTF-8?q?Add=20road=20runner=20bundle=20=F0=9F=90=A6=20(?= =?UTF-8?q?#54)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - allow to use road runner from spiral scout - use php >= 7.4 - ... --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 02f9a3d..b459f27 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ } ], "require": { + "php": ">=7.4", "codeception/codeception": "^4.0", "jellyfish/filesystem-symfony": "^1.0.0", "jellyfish/finder-symfony": "^1.0.0",