-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
41 lines (39 loc) · 1.01 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
{
"name": "Fotelis.lt/armchair",
"description": "Fotelis.lt",
"authors": [
{
"name": "Zilvinas Kuusas",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Estina/MigrationBundle"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"silex/silex": "1.0.*@dev",
"twig/twig": ">=1.8,<2.0-dev",
"twitter/bootstrap": "*",
"doctrine/dbal": "2.2.*",
"symfony/form": "~2.1",
"symfony/validator": "~2.1",
"symfony/config": "~2.1",
"symfony/translation": "~2.1",
"swiftmailer/swiftmailer": ">=4.1.2,<4.2-dev",
"symfony/locale": "~2.1",
"symfony/twig-bridge": "~2.1",
"emberlabs/gravatarlib": "*",
"knplabs/knp-markdown-bundle": "1.2.*@dev",
"symfony/console": "*"
},
"autoload": {
"psr-0": {
"Armchair": "src/"
}
}
}