forked from sonata-project/SonatajQueryBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.04 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
{
"name": "sonata-project/jquery-bundle",
"type": "symfony-bundle",
"description": "Symfony SonatajQueryBundle",
"keywords": ["jQuery", "sonata"],
"homepage": "http://sonata-project.org/bundles/jquery",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "http://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonatajQueryBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": { "Sonata\\jQueryBundle": "" }
},
"target-dir": "Sonata/jQueryBundle",
"extra": {
"branch-alias": {
"dev-1.4": "1.4.x-dev",
"dev-1.5": "1.5.x-dev",
"dev-1.6": "1.6.x-dev",
"dev-1.7": "1.7.x-dev",
"dev-1.8": "1.8.x-dev",
"dev-master": "1.9.x-dev"
}
}
}