-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 917 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
28
29
30
31
32
33
34
{
"repositories": [
{
"type": "package",
"package": {
"name" : "twitter/bootstrap",
"version" : "2.1",
"source" : {
"url" : "https://github.com/failpunk/bootstrap.git",
"type" : "git",
"reference" : "master"
}
}
}
],
"require": {
"char0n/ffmpeg-php": "dev-master",
"silex/silex": "1.0.*@dev",
"twig/twig": "1.*",
"twitter/bootstrap": "2.3.1",
"symfony/form": "~2.1.4",
"symfony/validator": "~2.1",
"symfony/config": "~2.1",
"symfony/translation": "~2.1",
"symfony/locale": "~2.1",
"symfony/twig-bridge": "~2.1"
},
"autoload": {
"psr-0": {
"Kiosk": "src/",
"System_Daemon": "src/"
}
}
}