KaiRo bug 412 - Use composer to load oauth2-server-php and doctrine DBAL
[authserver.git] / composer.json
diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..a448d97
--- /dev/null
@@ -0,0 +1,6 @@
+{
+"require": {
+  "doctrine/dbal": "v2.5.5",
+  "bshaffer/oauth2-server-php": "~1.8"
+}
+}
\ No newline at end of file