-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
48 lines (48 loc) · 1.18 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
45
46
47
48
{
"name": "winter/wn-redirect-plugin",
"description": "Advanced redirect plugin for Winter CMS.",
"license": "GPL-2.0-only",
"type": "winter-plugin",
"authors": [
{
"name": "Van der Let & Partners",
"email": "[email protected]"
},
{
"name": "Alwin Drenth",
"email": "[email protected]"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-curl": "*",
"ext-json": "*",
"composer/installers": "^1.0 || ^2.0",
"davaxi/sparkline": "^2.0",
"jaybizzle/crawler-detect": "^1.2",
"league/csv": "^9.0",
"symfony/stopwatch": "^4.0 || ^5.0 || ^6.0"
},
"replace": {
"vdlp/oc-redirect-plugin": "<=3.1.1"
},
"archive": {
"exclude": [
".gitattributes",
".github",
".gitignore",
"tests",
"phpunit.xml"
]
},
"config": {
"allow-plugins": {
"composer/installers": false
}
}
}