From 6458123e1276147095f296522a61823676006f3f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 9 Jun 2016 17:32:33 +0200 Subject: Use PHP library for QR codes Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 7209fd166..8e18180fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "application/third_party/mockery"] path = application/third_party/mockery url = https://github.com/padraic/mockery.git +[submodule "application/third_party/QrCode"] + path = application/third_party/QrCode + url = https://github.com/endroid/QrCode.git -- cgit v1.2.3-24-g4f1b