-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.08 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/rotaract-appointments",
"description": "WordPress plugin to display appointments of Rotaract Germany in as calendar",
"type": "project",
"keywords": [
"appointment",
"calendar",
"event",
"plugin",
"rotaract",
"wordpress"
],
"homepage": "https://github.com/rotaract/rotaract-appointments",
"readme": "README.adoc",
"license": "EUPL-1.2",
"authors": [
{
"name": "Rotaract Germany"
}
],
"support": {
"email": "entwicklung@rotaract.de",
"issues": "https://github.com/rotaract/rotaract-appointments/issues"
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"wp-cli/wp-cli-bundle": "^v2.11.0",
"wp-coding-standards/wpcs": "^3.1.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0"
},
"minimum-stability": "stable",
"scripts": {
"lint": "phpcs . --standard=phpcs.xml",
"translate": "wp i18n make-mo languages"
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"php-http/discovery": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}