Skip to content

Commit

Permalink
Trying to sync packagist updating composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohgdl1995 committed Jun 14, 2020
1 parent e6eac22 commit 8177849
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8177849

Please sign in to comment.