Skip to content

Commit

Permalink
Merge pull request #11 from EaDesgin/feature/EAD-141-Update-eacore
Browse files Browse the repository at this point in the history
EAD-141: Update Eacore
  • Loading branch information
mardeleanu authored Nov 24, 2020
2 parents 15b956e + 4a6c628 commit ce0bb2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eadesignro/module-eacore",
"description": "The module with the menu and other features needed by other modules developed by EaDesign",
"type": "magento2-module",
"version": "0.3.0",
"version": "0.3.1",
"autoload": {
"files": [
"registration.php"
Expand All @@ -21,8 +21,8 @@
}
],
"require": {
"php": "^7.2",
"magento/magento2-base": "^2.3",
"php": ">=7.2",
"magento/magento2-base": ">=2.3",
"magento/module-backend": "*"
}
}

0 comments on commit ce0bb2d

Please sign in to comment.