From a2f09301a4544940daeec943ade758deed3ef2e3 Mon Sep 17 00:00:00 2001 From: David Flores Date: Sat, 15 Aug 2020 00:03:36 -0500 Subject: [PATCH] remove php 5 support (#385) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30dbf4f..eef9ad8 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "docs": "http://docs.drupalconsole.com/" }, "require": { - "php": "^5.5.9 || ^7.0", + "php": ">=7.0.8", "dflydev/dot-access-configuration": "^1.0", "drupal/console-en": "1.9.4", "stecman/symfony-console-completion": "~0.7",