-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcomposer.json
45 lines (45 loc) · 1.4 KB
/
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
39
40
41
42
43
44
45
{
"name": "apy/jsfv-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Javascript Form Validation Bundle with localisation support",
"keywords": ["Symfony", "javascript", "form", "validation", "i18n", "L10n", "g11n"],
"homepage": "https://github.com/Abhoryo/APYJsFormValidationBundle",
"license": "MIT",
"authors": [
{
"name": "Yoann Petit",
"email": "[email protected]"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Abhoryo/APYJsFormValidationBundle/graphs/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.1",
"symfony/form": "~2.1",
"willdurand/js-translation-bundle": "1.2.*"
},
"require-dev": {
"symfony/symfony": "~2.1",
"symfony/assetic-bundle": "~2.1",
"doctrine/orm": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/doctrine-fixtures-bundle": "*",
"sensio/framework-extra-bundle": "*",
"jms/di-extra-bundle": "*",
"jms/aop-bundle": "*",
"liip/functional-test-bundle": "*"
},
"autoload": {
"psr-0": { "APY\\JsFormValidationBundle": "" }
},
"target-dir": "APY/JsFormValidationBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}