-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1004 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
31
32
33
34
35
36
37
38
{
"name": "i-lateral/silverstripe-admin-toggle-checkbox",
"description": "CSS only toggle that re-styles all checkboxes in the admin",
"type": "silverstripe-vendormodule",
"homepage": "https://github.com/i-lateral/silverstripe-admin-toggle-checkbox",
"keywords": [
"silverstripe",
"admin",
"checkbox"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "[email protected]"
},
{
"name": "Mark Anderson",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/i-lateral/silverstripe-admin-toggle-checkbox/issues"
},
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/admin": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"extra": {
"expose": [
"client/dist"
]
},
"minimum-stability": "dev"
}