-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (34 loc) · 908 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
{
"name": "ecedi/pager-bundle",
"type": "symfony-bundle",
"description": "An old pager bundle pre KnpPaginatorBundle ",
"keywords": ["pager", "symfony2", "bundle", "ecedi"],
"homepage": "http://github.com/ecedi/pager-bundle",
"license": "MIT",
"authors": [
{
"name": "Ecedi Team",
"homepage": "http://ecedi.fr"
},
{
"name": "Symfony2 Community",
"homepage": "http://github.com/ecedi/pager-bundle/graphs/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.0"
},
"autoload": {
"psr-0": {
"Ecedi\\PagerBundle": ""
}
},
"target-dir": "Ecedi/PagerBundle",
"extra": {
"branch-alias": {
"dev-master": "stable",
"dev-devel": "devel"
}
}
}