-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
29 lines (29 loc) · 980 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
{
"name": "symbiote/silverstripe-dynamiclists",
"description": "A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.",
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Shea Dawson",
"email": "shea@symbiote.com.au"
}
],
"require": {
"php": "^8.1",
"silverstripe/cms": "^4.12 || ^5",
"symbiote/silverstripe-gridfieldextensions": "^3 || ^4"
},
"extra": {
"expose": [
"javascript"
],
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"replace": {
"sheadawson/silverstripe-dynamiclists": "self.version"
},
"minimum-stability": "dev"
}