-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 909 Bytes
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 909 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
39
40
41
42
{
"name": "gregwar/formidable",
"description": "Formidable, the pragmatic forms library",
"keywords": [
"forms",
"fields",
"input",
"html"
],
"homepage": "https://gregwar.com/Formidable/",
"license": "MIT",
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Ashley Kitson aka chippyash",
"email": "info@zf4.biz",
"homepage": "http://zf4.biz"
}
],
"require": {
"php": ">=7.0",
"gregwar/cache": "~1.0.9",
"symfony/property-access": "~2.8.0"
},
"require-dev": {
"gregwar/captcha": "~1.1.6",
"phpunit/phpunit": "^6.4"
},
"suggest": {
"gregwar/captcha": "To implement Captcha capability into forms"
},
"target-dir": "Gregwar/Formidable",
"autoload": {
"psr-0": {
"Gregwar\\Formidable": ""
}
}
}