From 1df300cd46b6097640eec4999226dd1102a19061 Mon Sep 17 00:00:00 2001 From: Pedro Lima Date: Sun, 14 Jun 2020 19:34:06 -0300 Subject: [PATCH] Trying to sync packagist updating composer.json --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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",