forked from silverstripe/developer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 831 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
{
"name": "silverstripe/developer-docs",
"description": "Developer documentation for the Silverstripe framework and CMS. Added to packagist for release purposes.",
"homepage": "https://silverstripe.org",
"license": "CC-BY-3.0",
"keywords": [
"silverstripe",
"framework",
"cms",
"developer",
"documentation"
],
"authors": [
{
"name": "Silverstripe",
"homepage": "https://silverstripe.com"
},
{
"name": "The Silverstripe Community",
"homepage": "https://silverstripe.org"
}
],
"require-dev": {
"silverstripe/documentation-lint": "^1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}