Skip to content

Commit

Permalink
-fix of registration.php file to avoid compiling errors
Browse files Browse the repository at this point in the history
-raise to version 1.0.1
-remove composer dependency magento/magento-composer-installer
  • Loading branch information
roman204 committed Oct 5, 2016
1 parent d95a777 commit 6481946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
],
"stability": "dev",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/magento-composer-installer": "*"
"php": "~5.5.0|~5.6.0|~7.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -19,4 +18,4 @@
"registration.php"
]
}
}
}
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
*/-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">

<module name="CopeX_VATFix" setup_version="0.0.1"/>

<module name="CopeX_VATFix" setup_version="1.0.1"/>


</config>

0 comments on commit 6481946

Please sign in to comment.