-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremovedFromComposer.json
More file actions
26 lines (24 loc) · 1 KB
/
removedFromComposer.json
File metadata and controls
26 lines (24 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"require": {
"oomphinc/composer-installers-extender": ">=1.1",
/* These assets can't be loaded this way because they're set up to require
a github personal access token, a process that might work normally but
always fails when composer is being run by Ansible!!
*/
"bower-asset/webshim": ">=1.16.0",
"bower-asset/selectivizr": ">=1.0.2",
"bower-asset/jquery": ">=3.3.1",
"bower-asset/jquery-ui": ">=1.12.1",
"bower-asset/jquery-ui-multiselect-widget": ">=2.0.1"
},
/*Leave this out for now since oomphinc/composer-installers-extender is broken
It only seems to work for jquery-ui-multiselect-widget and not the other asset-packagist items
Ki will have its own installer copy these items to the configured directory
*/
"extra": {
"installer-types": ["bower-asset", "npm-asset", "component", "library"],
"installer-paths": {
"webroots/static/lib/{$name}/": ["bower-asset/jquery","bower-asset/jquery-ui","bower-asset/webshim","type:bower-asset", "type:npm-asset", "type:component"]
}
},
}