-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
39 lines (39 loc) · 1.28 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
38
39
{
"name": "bigfoot/core-bundle",
"type": "symfony-bundle",
"description": "Bigfoot core bundle",
"keywords": [],
"license": "MIT",
"authors": [
{
"name": "Guillaume Manen",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": ">=2.7",
"symfony/framework-bundle": ">=2.7",
"symfony/assetic-bundle": "~2.5",
"knplabs/knp-menu-bundle": "~2.1",
"knplabs/knp-paginator-bundle": "~2.4",
"friendsofsymfony/jsrouting-bundle": "~1.1",
"liip/imagine-bundle": "~1.4",
"symfony-cmf/routing": "~1.4",
"jms/serializer": "~1.1",
"google/apiclient": "^1.1",
"asimlqt/php-google-spreadsheet-client": "2.3.*"
},
"autoload": {
"psr-0": { "Bigfoot\\Bundle\\CoreBundle": "" }
},
"target-dir": "Bigfoot/Bundle/CoreBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev",
"dev-2.2": "2.2.x-dev",
"dev-3.0": "3.0.x-dev"
}
}
}