Jacek Kowalski
2024-08-17 7c2d04008df30360e5d9a2a53f42d77fa10757ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "autoload": {
        "psr-0": {
            "": "lib/"
        }
    },
    "require": {
        "google/gtfs-realtime-bindings": "^0.0.2",
        "monolog/monolog": "^1.24",
        "twig/twig": "^2.0",
        "twig/extensions": "^1.5",
        "ext-ftp": "*",
        "ext-pdo": "*",
        "ext-pdo_sqlite": "*"
    }
}