forked from OpendataCH/Transport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.2 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "OpendataCH/Transport",
"description": "Swiss public transport API",
"homepage": "http://transport.opendata.ch/",
"license": "MIT",
"authors": [
{
"name": "Opendata.ch",
"homepage": "http://opendata.ch/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/OpendataCH/Transport/contributors"
}
],
"repositories": {
"xhprof": {
"type": "package",
"package": {
"name": "facebook/xhprof",
"version": "0.9.2",
"source": {
"url": "git://github.com/facebook/xhprof.git",
"type": "git",
"reference": "origin/master"
}
}
}
},
"require": {
"php": ">= 5.3.2",
"silex/silex": "1.0.*",
"kriswallsmith/buzz": "0.6",
"predis/predis": "0.7.*",
"twig/twig": "1.6.*",
"monolog/monolog": "1.0.*",
"facebook/xhprof": "dev-master",
"symfony/serializer": "2.0.*"
},
"autoload": {
"psr-0": {"Transport": "lib/"}
},
"minimum-stability": "dev"
}