forked from franmomu/silex-pagerfanta-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 803 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
{
"name": "franmomu/silex-pagerfanta-provider",
"type": "library",
"description": "Silex ServiceProvider for Pagerfanta Library",
"keywords": ["silex", "service provider", "pagerfanta"],
"homepage": "https://github.com/franmomu/silex-pagerfanta-provider",
"license": "MIT",
"authors": [
{
"name": "Fran Moreno",
"email": "[email protected]",
"homepage": "http://showmethecode.es"
}
],
"require": {
"silex/silex": "~1.0",
"pagerfanta/pagerfanta": "dev-master",
"symfony/property-access": "2.2.*@dev"
},
"autoload": {
"psr-0": {
"FranMoreno": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}