diff --git a/composer.json b/composer.json index 77291d2..a0e425b 100644 --- a/composer.json +++ b/composer.json @@ -2,16 +2,14 @@ "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.5", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "php": ">=7.1", + "php": "~7.1.3||~7.2.0||~7.3.0" }, - "require-dev": { - "magento/community-edition": ">=2.2.0", - }, "authors": [ { "name": "PedroLima",