Skip to content

Commit 189db12

Browse files
MAGECLOUD-2974: Add config section to 2.3 cloud template composer.json
2 parents 4ea307d + c2f8235 commit 189db12

File tree

2 files changed

+345
-140
lines changed

2 files changed

+345
-140
lines changed

composer.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"OSL-3.0",
88
"AFL-3.0"
99
],
10+
"config": {
11+
"preferred-install": "dist",
12+
"sort-packages": true
13+
},
1014
"repositories": {
1115
"repo": {
1216
"type": "composer",
@@ -16,6 +20,12 @@
1620
"require": {
1721
"magento/magento-cloud-metapackage": ">=2.3.0 <2.3.1"
1822
},
23+
"suggest": {
24+
"ext-pcntl": "Need for run processes in parallel mode"
25+
},
26+
"conflict": {
27+
"gene/bluefoot": "*"
28+
},
1929
"autoload": {
2030
"psr-4": {
2131
"Magento\\Setup\\": "setup/src/Magento/Setup/",
@@ -49,8 +59,23 @@
4959
"minimum-stability": "alpha",
5060
"prefer-stable": true,
5161
"extra": {
62+
"component_paths": {
63+
"trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js",
64+
"components/jquery": [
65+
"lib/web/jquery.js",
66+
"lib/web/jquery/jquery.min.js",
67+
"lib/web/jquery/jquery-migrate.js"
68+
],
69+
"blueimp/jquery-file-upload": "lib/web/jquery/fileUploader",
70+
"components/jqueryui": [
71+
"lib/web/jquery/jquery-ui.js"
72+
],
73+
"twbs/bootstrap": [
74+
"lib/web/jquery/jquery.tabs.js"
75+
],
76+
"tinymce/tinymce": "lib/web/tiny_mce_4"
77+
},
5278
"magento-force": true,
5379
"magento-deploystrategy": "copy"
5480
}
5581
}
56-

0 commit comments

Comments
 (0)