From 09f0f08e34c0021a2a6f79afb51614a1e9b018f5 Mon Sep 17 00:00:00 2001 From: peter279k Date: Fri, 27 Mar 2020 02:06:36 +0800 Subject: [PATCH] Resolves issue #5 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 7becd20..20c3088 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,9 @@ "name": "divineomega/array_undot", "description": "array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.", "type": "library", + "require": { + "php": ">=7.1" + }, "require-dev": { "phpunit/phpunit": "^7.0 || ^8.0", "php-coveralls/php-coveralls": "^2.1"