-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.13 KB
/
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
39
40
41
42
43
44
{
"name": "firesphere/iso-compliance",
"description": "SilverStripe module to manage ISO27k1 compliance",
"type": "silverstripe-vendormodule",
"license": "AGPL-3.0-or-later",
"keywords": [
"silverstripe",
"iso27k1",
"iso27001",
"RASCI"
],
"authors": [
{
"name": "Simon `Firesphere` Erkelens",
"email": "simonerkelens@catalyst.net.nz"
}
],
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "^4",
"symbiote/silverstripe-gridfieldextensions": "^3",
"phpoffice/phpspreadsheet": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"scriptfusion/phpunit-immediate-exception-printer": "^1",
"squizlabs/php_codesniffer": "^3.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"autoload": {
"psr-4": {
"Firesphere\\ISO27001Compliance": "src"
}
},
"expose": [
"dist"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}