forked from dnadesign/silverstripe-elemental-decisiontree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 797 Bytes
/
composer.json
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
27
28
29
30
{
"name": "dnadesign/silverstripe-elemental-decisiontree",
"description": "Element displaying information in regards to answers given to questions",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "element", "elemental", "decision tree"],
"license": "BSD-3-Clause",
"authors": [{
"name": "Alexandre Saelens",
"email": "[email protected]"
}],
"extra": {
"expose": [
"css",
"javascript"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"dnadesign/silverstripe-elemental": "^5",
"silvershop/silverstripe-hasonefield": "^4",
"unclecheese/display-logic": "^3"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true
}
}
}