Skip to content

Commit

Permalink
Issue #18: Remove module version from composer.json, replace "" -> "*"
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySmidt committed May 3, 2021
1 parent 67a443a commit 8cb795d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Expand Up @@ -3,8 +3,8 @@
"description": "Postcode.nl International Address API module for Magento 2. Adds autocompletion for addresses in multiple countries using official postal data.",
"require": {
"php": "7.*",
"magento/module-checkout": "",
"magento/module-ui": ""
"magento/module-checkout": "*",
"magento/module-ui": "*"
},
"type": "magento2-module",
"license": "BSD-2-Clause",
Expand All @@ -15,6 +15,5 @@
"Flekto\\Postcode\\": "",
"PostcodeNl\\InternationalAutocomplete\\": "app/code/Flekto/Postcode/lib/InternationalAutocomplete/"
}
},
"version": "3.1.0"
}
}
}

0 comments on commit 8cb795d

Please sign in to comment.