diff --git a/composer.json b/composer.json index b7b21fa..77f3202 100755 --- a/composer.json +++ b/composer.json @@ -5,17 +5,7 @@ "license": "GPL-3.0", "require": { "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0", - "magento/framework": "~100.1.0|~100.2.0", - "magento/module-config": "~100.1.0|~100.2.0", - "magento/module-payment": "~100.1.0|~100.2.0", - "magento/module-checkout": "~100.1.0|~100.2.0", - "magento/module-sales": "~100.1.0|~100.2.0", - "magento/module-backend": "~100.1.0|~100.2.0", - "magento/module-customer": "~100.1.0|~100.2.0", - "magento/module-catalog": "~101.0.0|~101.1.0", - "magento/module-quote": "~100.1.0|~100.2.0", - "magento/module-ui": "~100.1.0|~100.2.0", - "magento/module-vault": "~100.1.0|~100.2.0", + "magento/framework": "~100.1.0|~101.0.0", "stripe/stripe-php": "~5.2.0" }, "autoload": {