forked from stfalcon/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
59 lines (55 loc) · 2.36 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "stfalcon.com",
"description": "",
"autoload": {
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.2.0",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "1.2.*",
"twig/extensions": "1.0.0",
"symfony/assetic-bundle": "2.1.2",
"symfony/swiftmailer-bundle": "2.2.0",
"symfony/monolog-bundle": "2.2.0",
"sensio/distribution-bundle": "2.2.0",
"sensio/framework-extra-bundle": "2.2.0",
"sensio/generator-bundle": "2.2.0",
"jms/security-extra-bundle": "1.4.0",
"jms/di-extra-bundle": "dev-master",
"doctrine/doctrine-fixtures-bundle": "dev-master#186d605aa6b592bd577e07e0e9a2c420b02b2492",
"doctrine/doctrine-migrations-bundle": "dev-master#3792aa78445773387754c6853bbd7f4dcb31f486",
"gedmo/doctrine-extensions": "2.3.2",
"stof/doctrine-extensions-bundle": "dev-master#0247e6f1658d76292c8ffe2c5106090bd36bd799",
"sonata-project/doctrine-orm-admin-bundle": "2.2.x-dev",
"sonata-project/cache-bundle": "dev-master#39b3e0de003ac5541e6b0f55a6c56550b32d0ff7",
"kriswallsmith/assetic": "1.1.*",
"avalanche123/imagine-bundle": "dev-master#eb03645887f732410127a2b3d992befe0f175277",
"knplabs/knp-paginator-bundle": "2.3.2",
"knplabs/knp-components": "1.2.2",
"liip/functional-test-bundle": "dev-master#31d286f84c29d3d415c757fd4943342b88538c68",
"vich/uploader-bundle": "0.8.0",
"zendframework/zendframework": "2.0.0beta5"
},
"scripts": {
"post-install-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
]
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web"
}
}