-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (47 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": "orbis-neighborhood",
"description": "The Orbis Neighborhood plugin extends your Orbis environment with the option to manage a neighborhood.",
"version": "1.0.0",
"keywords": [
"orbis",
"neighborhood",
"wordpress",
"plugin",
"bootstrap"
],
"homepage": "https://www.pronamic.eu/orbis/",
"authors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"homepage": "http://www.remcotolsma.nl",
"role": "Developer"
},
{
"name": "Karel-Jan Tolsma",
"email": "[email protected]",
"homepage": "http://www.kareljantolsma.nl",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/pronamic/wp-orbis/issues",
"source": "https://github.com/pronamic/wp-orbis"
},
"type": "wordpress-plugin",
"autoload": {
"classmap": ["classes/"]
},
"require": {
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.7",
"wp-coding-standards/wpcs": "^0.10.0"
},
"scripts": {
"post-autoload-dump": [
"if [[ -d vendor/wp-coding-standards/wpcs ]]; then vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs; fi"
]
}
}