-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 931 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
{
"name": "wiakowe/form-bundle",
"type": "symfony-bundle",
"description": "A bundle which contains helper form types to aid our needs: \"choice with disabled options\", \"jquery minicolors colorpicker\".",
"tags": ["symfony", "bundle", "form", "choice", "disabled", "colorpicker", "jquery minicolors"],
"license": "MIT",
"authors": [
{ "name": "Roger Llopart Pla", "email": "[email protected]" },
{ "name": "Aitor Suso", "email": "[email protected]" }
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*",
"symfony/form": "2.1.*",
"symfony/twig-bridge": "2.1.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Wiakowe\\FormBundle": ""
}
},
"target-dir": "Wiakowe/FormBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.0-dev"
}
}
}