From 1d666cc4b07e5bc42e7d4ef47ae1253e228d45cb Mon Sep 17 00:00:00 2001 From: "dimitry.semyanovich" Date: Wed, 2 Jan 2019 10:52:42 +0300 Subject: [PATCH] update version of php in composer.json to 7.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c313fee..14a76ba 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "limesharp/stockists", "description": "This is a stockists store locator extension for magento2", "type": "magento2-module", - "version": "2.0.12", + "version": "2.0.13", "license": "MIT", "keywords": ["magento", "magento2", "stockists", "store locator", "google maps"], "homepage": "https://github.com/ClaudiuCreanga/magento2-stockists-extension", @@ -15,7 +15,7 @@ } ], "require": { - "php": "7.0.2|7.0.4|~7.0.6|~7.1.0", + "php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0", "magento/product-community-edition": "^2.1.0" }, "autoload": {