-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.json
32 lines (32 loc) · 838 Bytes
/
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
{
"name": "soderlind/class-customizer-toggle-control",
"type": "wordpress-dropin",
"license": "GPL-2.0-or-later",
"description": "WordPress Customizer Toggle Control is a generic toggle control you can use to replace the checkbox control.",
"homepage": "/~https://github.com/soderlind/class-customizer-toggle-control",
"authors": [
{
"name": "Per Søderlind",
"email": "per@soderlind.no",
"homepage": "https://soderlind.no"
}
],
"keywords": [
"wordpress",
"wp",
"customizer",
"control"
],
"support": {
"issues": "/~https://github.com/soderlind/class-customizer-toggle-control/issues"
},
"require": {
"php": ">=5.6",
"composer/installers": "~1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.3",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*"
}
}