Skip to content

Commit 2adec35

Browse files
committed
Added Magefan Community to the requirements
1 parent f7101e5 commit 2adec35

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "magefan/module-conflict-detector",
33
"description": "Detect extension conflicts",
4+
"require": {
5+
"php": "~5.6.5 || >=7.0",
6+
"magefan/module-community" : ">=2.0.1"
7+
},
48
"type": "magento2-module",
59
"version": "2.0.3",
610
"license": [

etc/module.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
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.3" />
11+
<module name="Magefan_ConflictDetector" setup_version="2.0.3">
12+
<sequence>
13+
<module name="Magefan_Community"/>
14+
</sequence>
15+
</module>
1216
</config>

0 commit comments

Comments
 (0)