-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
56 lines (56 loc) · 1.59 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
{
"name": "vgmdb/common",
"description": "VGMdb core framework",
"keywords": [],
"homepage": "http://vgmdb.net",
"authors": [
{
"name": "Gigablah",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/gigablah/mustache.php.git"
}
],
"require": {
"php": ">=5.4.0",
"silex/silex": "1.0.0",
"pimple/pimple": "1.0.2",
"symfony/config": "2.2.1",
"symfony/console": "2.2.1",
"symfony/event-dispatcher": "2.2.1",
"symfony/filesystem": "2.2.1",
"symfony/finder": "2.2.1",
"symfony/form": "2.2.1",
"symfony/http-foundation": "2.2.1",
"symfony/http-kernel": "2.2.1",
"symfony/locale": "2.2.1",
"symfony/monolog-bridge": "2.2.1",
"symfony/options-resolver": "2.2.1",
"symfony/process": "2.2.1",
"symfony/property-access": "2.2.1",
"symfony/routing": "2.2.1",
"symfony/security": "2.2.1",
"symfony/stopwatch": "2.2.1",
"symfony/templating": "2.2.1",
"symfony/translation": "2.2.1",
"symfony/validator": "2.2.1",
"symfony/yaml": "2.2.1",
"filp/whoops": "1.*",
"tedivm/stash": "0.10.5",
"mobiledetect/mobiledetectlib": "dev-master",
"mustache/mustache": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": {
"VGMdb": "src/"
}
}
}