forked from sgomez/miniblog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 875 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 875 Bytes
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
{
"name": "fabpot/silex-skeleton",
"require": {
"php": ">=5.3.3",
"silex/silex": "~1.0",
"silex/web-profiler": "~1.0",
"symfony/browser-kit": "~2.3",
"symfony/class-loader": "~2.3",
"symfony/config": "~2.3",
"symfony/console": "~2.3",
"symfony/css-selector": "~2.3",
"symfony/debug": "~2.3",
"symfony/finder": "~2.3",
"symfony/form": "~2.3",
"symfony/monolog-bridge": "~2.3",
"symfony/process": "~2.3",
"symfony/security": "~2.3",
"symfony/translation": "~2.3",
"symfony/twig-bridge": "~2.3",
"symfony/validator": "~2.3",
"doctrine/dbal": "2.2.*",
"twig/extensions": "1.0.*@dev",
"twitter/bootstrap": "v2.2.2"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "": "src/" }
}
}