From 7b0313d8e577232297cd022299ba1c907cc777c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tjitse=20Efd=C3=A9?= Date: Fri, 8 Feb 2019 13:35:12 +0100 Subject: [PATCH] Fix typo in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c4996ce..5bda156 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "vuestorefront/magento2-vue-cart-sync", "description": "Synchronize Magento cart between Vue Storefront", "require": { - "php": "~/7.1|~7.2", + "php": "~7.1|~7.2", "magento/magento2-base": "~2.2|~2.3" }, "type": "magento2-module",