-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
32 lines (32 loc) · 860 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" : "wptrt/control-color-alpha",
"description" : "Color control for the WordPress Customizer with RGBA support.",
"keywords" : [ "wordpress" ],
"homepage" : "https://github.com/WPTRT/control-color-alpha",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name" : "WordPress.org Theme Review Team",
"email" : "[email protected]",
"homepage" : "https://make.wordpress.org/themes",
"role" : "Developer"
}
],
"support" : {
"issues" : "https://github.com/WPTRT/control-color-alpha/issues"
},
"autoload" : {
"psr-4" : {
"WPTRT\\Customize\\Control\\" : "src/"
}
},
"require" : {
"php" : ">=5.6"
},
"require-dev": {
"composer/installers": "~1.0",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*",
"wptrt/wpthemereview": "*"
}
}