-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·38 lines (38 loc) · 878 Bytes
/
composer.json
File metadata and controls
executable file
·38 lines (38 loc) · 878 Bytes
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
{
"name": "gf-gw-req-char-length/gf-gw-req-char-length",
"type": "library",
"description": "Require a minimum and/or maximum character length for specific Gravity Forms fields, displaying an informative Gravity Form validation error to the user for disallowed entries.",
"keywords": [
"wordpress",
"gravityforms",
"gravity-forms"
],
"license": [
"GPL-3.0-or-later"
],
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-0": {
"GF_GW_Req_Char_Length": ""
}
},
"authors": [
{
"name": "David Smith",
"email": "david@gravitywiz.com",
"homepage": "https://gravitywiz.com/",
"role": "Developer"
},
{
"name": "TourKick LLC (Clifford Paulick)",
"email": "tko@tourkick.com",
"homepage": "https://tourkick.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/cliffordp/gf-gw-req-char-length/issues"
}
}