File tree Expand file tree Collapse file tree 2 files changed +345
-140
lines changed Expand file tree Collapse file tree 2 files changed +345
-140
lines changed Original file line number Diff line number Diff line change 7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
9
9
],
10
+ "config" : {
11
+ "preferred-install" : " dist" ,
12
+ "sort-packages" : true
13
+ },
10
14
"repositories" : {
11
15
"repo" : {
12
16
"type" : " composer" ,
16
20
"require" : {
17
21
"magento/magento-cloud-metapackage" : " >=2.3.0 <2.3.1"
18
22
},
23
+ "suggest" : {
24
+ "ext-pcntl" : " Need for run processes in parallel mode"
25
+ },
26
+ "conflict" : {
27
+ "gene/bluefoot" : " *"
28
+ },
19
29
"autoload" : {
20
30
"psr-4" : {
21
31
"Magento\\ Setup\\ " : " setup/src/Magento/Setup/" ,
49
59
"minimum-stability" : " alpha" ,
50
60
"prefer-stable" : true ,
51
61
"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
+ },
52
78
"magento-force" : true ,
53
79
"magento-deploystrategy" : " copy"
54
80
}
55
81
}
56
-
You can’t perform that action at this time.
0 commit comments