-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
executable file
·48 lines (48 loc) · 1.3 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": "digitoimistodude/air-helper",
"type": "wordpress-plugin",
"description": "Plugin provides helpful functions and modifications for WordPress projects.",
"homepage": "https://github.com/digitoimistodude/air-helper",
"keywords": [
"wordpress",
"plugin"
],
"license": "GPL-3.0+",
"version": "3.1.11",
"authors": [
{
"name": "Timi Wahalahti",
"email": "[email protected]",
"homepage": "https://github.com/timiwahalahti"
},
{
"name": "Roni Laukkarinen",
"email": "[email protected]",
"homepage": "https://github.com/ronilaukkarinen"
},
{
"name": "Niku Hietanen",
"email": "[email protected]",
"homepage": "https://github.com/niq1982"
},
{
"name": "Elias Kautto",
"email": "[email protected]",
"homepage": "https://github.com/eliaskau"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/php-compatibility": "dev-develop as 9.3.5",
"phpcsstandards/phpcsutils": "^1.0",
"squizlabs/php_codesniffer": "*",
"phpcsstandards/phpcsextra": "^1.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "*"
}
}