-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
32 lines (32 loc) · 905 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
{
"name": "bringyourownideas/inheritage-by-sitetree",
"description": "Allows you to inheritage information from the parent pages",
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"homepage": "https://github.com/bringyourownideas/inheritage-by-sitetree",
"keywords": [
"silverstripe",
"inheritage",
"sitetree"
],
"authors": [
{
"name": "Peter Thaleikis",
"homepage": "https://peterthaleikis.com"
}
],
"require": {
"php": ">=5.6.0",
"silverstripe/framework": "^3.0",
"silverstripe/cms": "^3.0"
},
"require-dev": {
"symfony/thanks": "^1.0"
},
"support": {
"issues": "https://github.com/bringyourownideas/inheritage-by-sitetree/issues"
},
"replace": {
"friendsofsilverstripe/inheritage-by-sitetree": "self.version"
}
}