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 9573356 commit 7e6564cCopy full SHA for 7e6564c
composer.json
@@ -2,15 +2,15 @@
2
"name": "magefan/module-conflict-detector",
3
"description": "Detect extension conflicts",
4
"type": "magento2-module",
5
- "version": "2.0.1",
+ "version": "2.0.2",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
9
],
10
"autoload": {
11
"files": [ "registration.php" ],
12
"psr-4": {
13
- "Magefan\\Blog\\": ""
+ "Magefan\\ConflictDetector\\": ""
14
}
15
16
etc/module.xml
@@ -8,5 +8,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="Magefan_ConflictDetector" setup_version="2.0.1" />
+ <module name="Magefan_ConflictDetector" setup_version="2.0.2" />
</config>
0 commit comments