Skip to content

Commit c1a688e

Browse files
committed
Add Composer component details
1 parent adcaf50 commit c1a688e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,17 @@
2424
],
2525
"require": {
2626
"components/jquery": ">=1.5"
27+
},
28+
"extra": {
29+
"component": {
30+
"scripts": [
31+
"jquery.form.js"
32+
],
33+
"shim": {
34+
"deps": [
35+
"jquery"
36+
]
37+
}
38+
}
2739
}
2840
}

0 commit comments

Comments
 (0)