From a33fc8462748a59f8d8fc6f7e684f6e4d4827e25 Mon Sep 17 00:00:00 2001 From: Jansen Price Date: Sat, 3 Oct 2020 23:51:41 -0500 Subject: [PATCH] Add PHP version dep in composer file --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 94a1b48..60011c1 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ } ], "require": { + "php": ">=7.2", "sumpygump/qi-console": "^1.3", "monolog/monolog": "^2.1", "neitanod/forceutf8": "^2.0"