forked from sampart/WhiteOctoberPagerfantaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 833 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
{
"name": "white-october/pagerfanta-bundle",
"description": "Bundle to use Pagerfanta with Symfony2",
"keywords": ["page","paging"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Pablo Díez",
"email": "[email protected]"
}
],
"require": {
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/twig-bundle": "~2.3|~3.0|~4.0",
"symfony/property-access": "~2.3|~3.0|~4.0",
"pagerfanta/pagerfanta": "1.0.*"
},
"require-dev": {
"symfony/symfony": "~2.3|~3.0|~4.0",
"phpunit/phpunit": "~3.7|~4.0"
},
"autoload": {
"psr-4": { "WhiteOctober\\PagerfantaBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}