From a7c9c4a4c13dd3bf0c44007397f0b0a00bd47d35 Mon Sep 17 00:00:00 2001 From: Liam Mitchell Date: Fri, 29 Mar 2019 11:20:08 +1300 Subject: [PATCH] Update composer.json Allow for php 7.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a356c34..5c65d7d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "xumulus/magento2-fast-product-images", "description": "Load the gallery images faster.", "require": { - "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0" + "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0" }, "type": "magento2-module", "version": "1.0.0", @@ -26,4 +26,4 @@ "Xumulus\\FastGalleryLoad\\": "" } } -} \ No newline at end of file +}