-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.16 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
{
"name": "rotaract/rotaract-club-finder",
"description": "WordPress plugin to find the nearest Rotaract clubs on an interactive map",
"type": "project",
"keywords": [
"wordpress",
"plugin",
"rotaract",
"store locator"
],
"homepage": "https://github.com/rotaract/rotaract-club-finder",
"readme": "README.adoc",
"license": "EUPL-1.2",
"authors": [
{
"name": "Rotaract Germany"
}
],
"support": {
"email": "entwicklung@rotaract.de",
"issues": "https://github.com/rotaract/rotaract-club-finder/issues"
},
"require": {
"php": ">=8.1",
"php-http/guzzle7-adapter": "^1.0",
"meilisearch/meilisearch-php": "^v1.6.0",
"guzzlehttp/guzzle": "^7.8.1",
"http-interop/http-factory-guzzle": "^1.2.0"
},
"require-dev": {
"wp-cli/wp-cli-bundle": "^v2.9.0",
"wp-coding-standards/wpcs": "^3.0.1",
"phpcompatibility/php-compatibility": "^9.3.5"
},
"minimum-stability": "stable",
"scripts": {
"lint": "phpcs . --standard=phpcs.xml",
"translate": "wp-cli i18n make-mo languages"
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"php-http/discovery": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}