-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1.04 KB
/
composer.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
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
{
"name": "alphalabs/foundation-bundle",
"description": "Offers a useful base for Symfony2 projects: paginated collection, based service & repositories...",
"keywords": ["collection","pagination", "pagerfanta"],
"type": "bundle",
"license": "MIT",
"authors": [
{
"name": "Sylvain Mauduit",
"email": "swop@swop.io"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">=2.1",
"sensio/framework-extra-bundle": ">=2.1",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"alphalabs/common": "1.0.*@dev",
"pagerfanta/pagerfanta": "1.0.*",
"white-october/pagerfanta-bundle": "~1.0.1",
"stof/doctrine-extensions-bundle": "~1.1",
"liip/doctrine-cache-bundle": "~1.0.3"
},
"minimum-stability": "stable",
"target-dir" : "AlphaLabs/FoundationBundle",
"autoload": {
"psr-0": { "AlphaLabs\\FoundationBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}