-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
30 lines (30 loc) · 975 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": "friendsofsilverstripe/silverstripe-maintenance-suite",
"description": "Handy installer for the maintainence toolset.",
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"homepage": "https://github.com/FriendsOfSilverStripe/silverstripe-maintenance",
"keywords": [
"silverstripe",
"environment",
"composer",
"updates",
"vulnerabilities",
"security"
],
"authors": [
{
"name": "Peter Thaleikis",
"homepage": "https://github.com/spekulatius"
}
],
"require": {
"silverstripe/framework": "^4",
"bringyourownideas/silverstripe-maintenance": "^2.1",
"bringyourownideas/silverstripe-composer-update-checker": "^2",
"bringyourownideas/silverstripe-composer-security-checker": "^2"
},
"support": {
"issues": "https://github.com/FriendsOfSilverStripe/silverstripe-maintenance/issues"
}
}