-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 loc) · 970 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
{
"name": "signify-nz/silverstripe-mailblock",
"description": "CMS configurable email redirection.",
"type": "silverstripe-vendormodule",
"homepage": "http://github.com/signify-nz/silverstripe-mailblock",
"keywords": ["silverstripe", "mailblock", "email", "redirect"],
"license": "BSD-3-Clause",
"authors": [
{"name": "Signify","homepage": "http://signify.co.nz"}
],
"support": {
"issues": "http://github.com/signify-nz/silverstripe-mailblock/issues"
},
"require": {
"php": ">=8.1",
"silverstripe/framework": "^5",
"silverstripe/siteconfig": "^5"
},
"extra": {
"expose": [
"javascript"
]
},
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true
}
},
"require-dev": {
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.10"
}
}