-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·56 lines (56 loc) · 1.71 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.71 KB
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
49
50
51
52
53
54
55
56
{
"name": "duckdev/404-to-301",
"description": "Custom redirects (301, 302, 307), automatic 404 redirection, full 404 error logs and email alerts — a complete redirect & 404 toolkit.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://wordpress.org/plugins/404-to-301/",
"authors": [
{
"name": "Joel James",
"homepage": "https://duckdev.com/"
}
],
"support": {
"issues": "https://github.com/joel-james/404-to-301/issues",
"source": "https://github.com/joel-james/404-to-301",
"forum": "https://wordpress.org/support/plugin/404-to-301/"
},
"require": {
"php": ">=7.4",
"composer/installers": "^1.0 || ^2.0",
"berlindb/core": "^2.0",
"duckdev/freemius-plugin-licensing": "^2.0",
"duckdev/wp-cache-helper": "^2.0"
},
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"yoast/phpunit-polyfills": "^2.0",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"classmap": [
"includes/"
]
},
"scripts": {
"lint": "phpcs",
"lint:fix": "phpcbf",
"test": "phpunit"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}