-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
38 lines (38 loc) · 944 Bytes
/
composer.json
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": "victoire/form-widget",
"type": "symfony-bundle",
"description": "Victoire Form widget",
"keywords": [
"Victoire",
"Form",
"Widget"
],
"license": "MIT",
"authors": [
{
"name" : "Leny BERNARD",
"email": "[email protected]"
},
{
"name" : "Charlie Lucas",
"email": "[email protected]"
}
],
"require": {
"victoire/victoire": "~2.3 | ~3.0",
"troopers/alertify-bundle": "~3.0",
"egeloen/ckeditor-bundle": "~4.0",
"google/recaptcha": "~1.1",
"dapphp/securimage": "^3.6",
"gregwar/captcha": "1.*"
},
"suggest": {
"ornicar/akismet-bundle": "Analyze form content thanks to akismet"
},
"autoload": {
"psr-0": {
"Victoire\\Widget\\FormBundle": ""
}
},
"target-dir": "Victoire/Widget/FormBundle"
}