From 3d1e543a6771b8c532ae90d06f5094790d7f39f1 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 28 Jan 2020 18:22:58 +0000
Subject: [PATCH] Put full vehicle number and link to the map in vehicles.html tpl

---
 composer.json |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/composer.json b/composer.json
index f001973..85d257d 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,13 @@
 {
+    "autoload": {
+        "psr-0": {
+            "": "lib/"
+        }
+    },
     "require": {
-        "google/gtfs-realtime-bindings": "^0.0.2"
+        "google/gtfs-realtime-bindings": "^0.0.2",
+        "monolog/monolog": "^1.24",
+        "twig/twig": "^2.0",
+        "twig/extensions": "^1.5"
     }
 }

--
Gitblit v1.9.1