From 57bcf27b6e5f94349cf9f4109e382634a064000e Mon Sep 17 00:00:00 2001 From: Amos Shacham Date: Mon, 25 Sep 2017 21:14:33 +0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2a0e07a..37d06fc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php" : "^7.0", - "rocket-code/shopify": "~2.0" + "rocket-code/shopify": "^2.0" }, "autoload": { "psr-4": { @@ -37,4 +37,4 @@ ] } } -} \ No newline at end of file +}