summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/composer.json
diff options
context:
space:
mode:
authorSteffen Ritter2017-08-29 12:07:35 +0200
committerSteffen Ritter2017-08-29 12:07:35 +0200
commit510bc14446e0440b4a58d3aa6ef9e48aef254c04 (patch)
tree46f0cd8bc89a1a02ec7167f36c23d4b381226d4f /modules-available/locationinfo/composer.json
parent[locationinfo] Fix davinci backend connection test, minor tweaks to web view (diff)
downloadslx-admin-510bc14446e0440b4a58d3aa6ef9e48aef254c04.tar.gz
slx-admin-510bc14446e0440b4a58d3aa6ef9e48aef254c04.tar.xz
slx-admin-510bc14446e0440b4a58d3aa6ef9e48aef254c04.zip
[locationinfo] Add backend for Microsoft Exchange Server
We use the php-ews library which can be easily integrated via composer
Diffstat (limited to 'modules-available/locationinfo/composer.json')
-rw-r--r--modules-available/locationinfo/composer.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules-available/locationinfo/composer.json b/modules-available/locationinfo/composer.json
new file mode 100644
index 00000000..0d5f391b
--- /dev/null
+++ b/modules-available/locationinfo/composer.json
@@ -0,0 +1,7 @@
+{
+ "require": {
+ "php-ews/php-ews": "dev-master"
+ },
+ "minimum-stability": "dev",
+ "prefer-stable" : true
+}