summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 16:35:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 16:35:21 +0200
commit861fd3cd7999da1efcc3ee22190b35351c78efc3 (patch)
treed69a867daffa6e69b83a981bf41795fbb4c5ac75
parent10ad5f62fc08057e1818d8725087b4dfcdac69c0 (diff)
require libxml 2.9
-rw-r--r--README.md2
-rw-r--r--appinfo/app.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6f542b821..2943c9aeb 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ For further developer and user documentation please visit [the wiki](https://git
## Dependencies
* ownCloud >= 7
* PHP >= 5.4
-* libxml >= 2.7.8
+* libxml >= 2.9
* php-curl
## Supported Browsers
diff --git a/appinfo/app.json b/appinfo/app.json
index d5419b67a..2b6c6e0e1 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -39,7 +39,7 @@
"owncloud": ">=7",
"libs": {
"curl": "*",
- "libxml": ">=2.7.8"
+ "libxml": ">=2.9"
}
}
} \ No newline at end of file