-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.22 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
50
51
52
{
"name": "awsmug/torro-forms-double-opt-in",
"description": "Plugin Boilerplate for Torro Forms.",
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"plugin",
"extension",
"torro forms",
"forms",
"form builder",
"api"
],
"homepage": "https://torro-forms.com",
"authors": [
{
"name": "Sven Wagener",
"email": "support@awesome.ug",
"homepage": "https://awesome.ug",
"role": "Product Lead"
},
{
"name": "Felix Arntz",
"email": "hello@felix-arntz.me",
"homepage": "https://felix-arntz.me",
"role": "Lead Developer"
}
],
"support": {
"issues": "https://github.com/awsmug/torro-forms-double-opt-in/issues"
},
"config": {
"preferred-install": "dist"
},
"require": {
"php": ">=5.6.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": ">4.8.20 <6.0",
"squizlabs/php_codesniffer": "3.*",
"wp-coding-standards/wpcs": "*",
"wimg/php-compatibility": "^8"
},
"scripts": {
"config-phpcs": [
"vendor/bin/phpcs --config-set installed_paths ../../wimg/php-compatibility,../../wp-coding-standards/wpcs"
]
}
}