forked from stefangabos/Zebra_Form
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 746 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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.0.2"
},
"version": "2.9.5",
"autoload": {
"psr-0": { "Zebra_Form": "" }
}
}