forked from wp-media/adminimize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 973 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 973 Bytes
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
{
"name": "bueltge/adminimze",
"description": "Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress backend.",
"keywords" : ["wordpress", "plugin"],
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"homepage": "https://github.com/bueltge/adminimize",
"authors": [
{
"name": "Frank Bültge",
"homepage": "https://bueltge.de",
"email": "frank@bueltge.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/bueltge/adminimize/issues"
},
"require": {
"php": ">=5.6",
"composer/installers": "^1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"phpcompatibility/phpcompatibility-wp": "^1",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.3",
"wp-coding-standards/wpcs": "^1",
"dg/composer-cleaner": "^2"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}