We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de9b2a commit 9172a30Copy full SHA for 9172a30
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
21
"type": "magento2-module",
22
- "version": "0.0.2",
+ "version": "0.0.3",
23
"license": ["OSL-3.0"],
24
"autoload": {
25
"files": [
@@ -29,13 +29,5 @@
29
"CodingDaniel\\Core\\": ""
30
31
},
32
- "extra": {
33
- "map": [
34
- [
35
- "*",
36
- "CodingDaniel/Core"
37
- ]
38
39
- },
40
"minimum-stability": "dev"
41
etc/module.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0"?>
2
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4
- <module name="CodingDaniel_Core" setup_version="0.0.2"/>
+ <module name="CodingDaniel_Core" setup_version="0.0.3"/>
5
</config>
0 commit comments