Skip to content

Commit

Permalink
Merge pull request #9 from EaDesgin/feature/Update-PHP-version
Browse files Browse the repository at this point in the history
EaCore: Update PHP version
  • Loading branch information
mardeleanu authored Apr 10, 2020
2 parents 2ddfeaf + 642e48d commit 36f9c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.2.11",
"version": "0.2.12",
"autoload": {
"files": [
"registration.php"
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"php": "~7.0.13 | ~7.1.3 | ~7.2.0",
"php": "~7.0.13 | ~7.1.3 | ~7.2.0 | ~7.3.0",
"magento/module-backend": "^100.1.0 | ^100.2.0 | ^101.0.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Eadesigndev_Eacore" setup_version="0.2.11"/>
<module name="Eadesigndev_Eacore" setup_version="0.2.12"/>
</config>

0 comments on commit 36f9c05

Please sign in to comment.