generated from rotaract/wp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.13 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": "rotaract/wp-roundhousekick",
"description": "A WordPress Multisite Plugin for managing everything about Rotaract Germany Website Hosting.",
"type": "wordpress-plugin",
"keywords": [
"plugin",
"rotaract",
"wordpress",
"multisite"
],
"homepage": "https://github.com/rotaract/wp-roundhousekick",
"readme": "README.adoc",
"license": "EUPL-1.2",
"authors": [
{
"name": "Niklas Zbick",
"role": "Developer"
},
{
"name": "Benno Bielmeier"
}
],
"support": {
"issues": "https://github.com/rotaract/wp-roundhousekick/issues",
"source": "https://github.com/rotaract/wp-roundhousekick"
},
"minimum-stability": "stable",
"require": {
"php": ">=8.1"
},
"scripts": {
"lint": "phpcs . --standard=phpcs.xml",
"fix": "phpcbf . --standard=phpcs.xml",
"doc": "phpdoc -d . -t docs"
},
"require-dev": {
"wp-coding-standards/wpcs": "^3.1",
"phpcompatibility/php-compatibility": "^9.3",
"editorconfig-checker/editorconfig-checker": "^10.6",
"phpdocumentor/shim": "^3.6"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpdocumentor/shim": true
}
}
}