-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
56 lines (56 loc) · 1.17 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
49
50
51
52
53
54
55
56
{
"name": "joryhogeveen/view-admin-as",
"type": "wordpress-plugin",
"description": "View the WordPress admin as a different role or visitor, switch between users, temporarily change your capabilities, set screen settings for roles.",
"keywords": [
"wordpress",
"view-admin-as",
"user switching",
"role switching",
"capabilities",
"view",
"admin",
"switch",
"roles",
"users",
"caps",
"screen settings",
"defaults",
"visitor"
],
"homepage": "https://github.com/JoryHogeveen/view-admin-as/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jory Hogeveen",
"email": "[email protected]",
"homepage": "https://www.keraweb.nl/",
"role": "Owner"
}
],
"funding": [
{
"type": "donation",
"url": "https://www.keraweb.nl/donate.php?for=view-admin-as"
}
],
"require": {
"composer/installers": "2.*",
"php": ">=5.6.20"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "^8",
"squizlabs/php_codesniffer": "2.*",
"phpcompatibility/phpcompatibility-wp": "*",
"yoast/phpunit-polyfills": "3.0"
},
"extra": {
"installer-name": "view-admin-as"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}