Skip to content

Commit 52cf539

Browse files
committed
MC-3697: Add conflict with BlueFoot to composer.json
- add conflict directive
1 parent 59b1ad7 commit 52cf539

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/PageBuilder/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"magento/module-directory": "*",
1919
"php": "~7.1.3||~7.2.0"
2020
},
21+
"conflict": {
22+
"gene/bluefoot": "*"
23+
},
2124
"type": "magento2-module",
2225
"license": [
2326
"proprietary"

0 commit comments

Comments
 (0)