From 447211cc76f068666a0deb857a2781cbfe1bb078 Mon Sep 17 00:00:00 2001 From: Jonas Hess Date: Wed, 17 Jan 2018 14:07:28 +0100 Subject: [PATCH] ++ composer.json --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a6cb2c3 --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "re4jh/VoKuHiLa", + "description": "Makes short URLs e.g. for QR-Codes possible; Destinations of the redirections are customizable; Hits are tracked with Google Analytics Event Tracking; Purposes are Tracked with eventtracking well.", + "license": [ + "GPL-3.0" + ], + "require": { + "php": ">=5.6" + } +}