-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 769 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 769 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
{
"name": "stefangabos/zebra_form",
"type": "library",
"description": "A jQuery augmented PHP library for creating and validating HTML forms",
"keywords": ["form","validation", "csrf", "xss", "honeypot", "validate", "jquery validation", "client side validation", "server side validation"],
"homepage": "http://stefangabos.ro/php-libraries/zebra-form/",
"license": "LGPL-3.0",
"authors": [
{
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro",
"homepage": "http://stefangabos.ro/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"version": "2.9.8",
"autoload": {
"classmap": [
"Zebra_Form.php"
]
}
}