dashboard
repositories
filestore
activity
search
login
ttss
/
mpk-ttss-mapping
TTSS - GTFS vehicle ID mapping
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Allow to fetch GTFS data from sources other than FTP servers
Jacek Kowalski
2019-07-23
daf5660cc4a1f0138e1958ac59f9fb96693d76da
[ttss/mpk-ttss-mapping]
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"autoload": {
"psr-0": {
"": "lib/"
}
},
"require": {
"google/gtfs-realtime-bindings": "^0.0.2",
"monolog/monolog": "^1.24",
"twig/twig": "^2.0"
}
}