From 61d1aa04d8d44b17bfe6dace90088669fc6c3df8 Mon Sep 17 00:00:00 2001 From: Kyle McFarland Date: Wed, 31 Jan 2018 00:51:07 -0600 Subject: Initial import * Registration system's almost done * Just part way through implementing tasks So not much done yet, but it's a start. --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6eaac62 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "minimum-stability": "dev", + "require": { + "busybee/urljoin": "*", + "twig/twig": "^3.0@dev" + } +} -- cgit v1.1