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