Skip to content

Commit

Permalink
Merge pull request #4 from slackerzz/master
Browse files Browse the repository at this point in the history
update composer.json
  • Loading branch information
slackerzz authored Oct 10, 2016
2 parents 5cc8d59 + 5b51b73 commit 21f83c1
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 @@ -3,15 +3,15 @@
"description": "",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",

"magento/framework": "100.0.*",
"msp/common": "*",
"magento/magento-composer-installer": "*"
},
"suggest": {

},
"type": "magento2-module",
"version": "0.1.3",
"version": "0.1.4",
"license": "OSL 3.0",
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_CmsImportExport" setup_version="0.1.3">
<module name="MSP_CmsImportExport" setup_version="0.1.4">
<sequence>
<module name="Magento_Cms"/>
<module name="MSP_Common"/>
Expand Down

0 comments on commit 21f83c1

Please sign in to comment.