forked from joindin/joindin-web2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 885 Bytes
/
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
{
"name": "joindin/website",
"license": "MIT",
"autoload": {
"psr-0":{
"Application": ["app/src/", "tests/"],
"Form": ["app/src/", "tests/"],
"Middleware": ["app/src/", "tests/"],
"Event": ["app/src/", "tests/"],
"Search": ["app/src/", "tests/"],
"Talk": ["app/src/", "tests/"],
"User": ["app/src/", "tests/"]
}
},
"preferred-install": "dist",
"minimum-stability": "stable",
"require": {
"predis/predis": "~0.8",
"slim/slim": "~2.4",
"slim/views": "~0.1",
"twig/twig": "~1.15",
"symfony/form": "~2.5",
"symfony/validator": "~2.5",
"symfony/security-csrf": "~2.5",
"symfony/twig-bridge": "~2.5"
}
}