summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 18:21:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 18:21:31 +0200
commitfa2e1c7a225a6accebdd483e701ed68a33b7dadf (patch)
treef5dc0ba0de9b67252f36f2a6ca6b91ed43e3ad54 /appinfo
parent018a7690e07dd3aef1ce1b6dc22392b74c6b39e6 (diff)
require simplexml
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index 3a7c9f591..f7d0d33cc 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -39,7 +39,8 @@
"owncloud": ">=7.0.2.2",
"libs": {
"curl": "*",
- "libxml": ">=2.7.8"
+ "libxml": ">=2.7.8",
+ "SimpleXML": "*"
}
}
} \ No newline at end of file