-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.17 KB
/
Copy pathcomposer.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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
{
"name": "cffgf/colorful-fields-for-gravity-forms",
"description": "Colorful Fields for Gravity Forms allow you to select a color for field labels and a background color for fields.",
"require": {
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^9.6.34",
"squizlabs/php_codesniffer": "^3.7.2",
"wp-coding-standards/wpcs": "^3.0.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"codeception/module-asserts": "^1.3.1",
"codeception/module-phpbrowser": "^2.0.3",
"codeception/module-webdriver": "^2.0.4",
"codeception/module-db": "^2.1.0",
"codeception/module-filesystem": "^2.0.2",
"codeception/module-cli": "^1.1.1",
"codeception/util-universalframework": "^1.0",
"lucatume/wp-browser": "^3.0"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "VCAT Consulting GmbH - Team WordPress",
"email": "team.wp@vcat.de"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"CFFGF\\": "lib/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}