diff --git a/composer.json b/composer.json index 88b49be..77291d2 100644 --- a/composer.json +++ b/composer.json @@ -2,14 +2,16 @@ "name": "lima/movies", "description": "A module that integrate magento 2 with some movies api to import movies to catalog", "type": "magento2-module", - "version": "1.0.4", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "php": "~7.1.3||~7.2.0||~7.3.0" + "php": ">=7.1", }, + "require-dev": { + "magento/community-edition": ">=2.2.0", + }, "authors": [ { "name": "PedroLima",