Skip to content

Commit 7e6564c

Browse files
committed
Fix for composer
1 parent 9573356 commit 7e6564c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "magefan/module-conflict-detector",
33
"description": "Detect extension conflicts",
44
"type": "magento2-module",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"autoload": {
1111
"files": [ "registration.php" ],
1212
"psr-4": {
13-
"Magefan\\Blog\\": ""
13+
"Magefan\\ConflictDetector\\": ""
1414
}
1515
}
1616
}

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
*/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="Magefan_ConflictDetector" setup_version="2.0.1" />
11+
<module name="Magefan_ConflictDetector" setup_version="2.0.2" />
1212
</config>

0 commit comments

Comments
 (0)