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": {