-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
29 lines (29 loc) · 1.08 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
{
"name": "fromholdio/silverstripe-superlinker-redirection",
"type": "silverstripe-vendormodule",
"description": "Replace for OOTB Silverstripe Redirector Page, using a SuperLink target to select a much wider range of target types",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "link", "superlinker", "redirection", "redirects"],
"homepage": "https://github.com/fromholdio/silverstripe-superlinker-redirection",
"support": {
"issues": "https://github.com/fromholdio/silverstripe-superlinker-redirection/issues"
},
"authors": [{
"name": "Luke Fromhold",
"homepage": "https://fromhold.io"
}],
"require": {
"silverstripe/cms": "^5.2",
"fromholdio/silverstripe-superlinker": "^3",
"fromholdio/silverstripe-relativeurlfield": "^1",
"fromholdio/silverstripe-hidden-pages": "^2",
"stevie-mayhew/hasoneedit": "^2.2"
},
"autoload": {
"psr-4": {
"Fromholdio\\SuperLinkerRedirection\\": "src/"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}