Skip to content

Commit

Permalink
Merge pull request #7 from EaDesgin/feature/2493-Update-Extension
Browse files Browse the repository at this point in the history
2493: Added new version for php and new version for module.
  • Loading branch information
eadesignro authored Aug 21, 2018
2 parents 002cf7f + 433912b commit b17a427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.8",
"version": "0.2.9",
"autoload": {
"files": [
"registration.php"
Expand All @@ -22,11 +22,11 @@
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
"php": "~7.0.13|~7.1.0",
"magento/module-backend": "^100.1.0| ^100.2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5"
"phpunit/phpunit": "~6.2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
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.8"/>
<module name="Eadesigndev_Eacore" setup_version="0.2.9"/>
</config>

0 comments on commit b17a427

Please sign in to comment.