summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-16 12:37:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-16 12:37:44 +0200
commitd5cb2ff75dd6734d5de50fe27a6bc224b1809b15 (patch)
tree0a3db690c2375cc98068eb5da1b19d3eb6c3ce48 /appinfo
parentad701076c12795609d0c6ae0cb9b40a001726dea (diff)
backport 7 fixes
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index 737d3b95d..14f155e62 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -36,7 +36,7 @@
"categories": ["Multimedia"],
"dependencies": {
"php": ">=5.4",
- "owncloud": ">=7.0.3",
+ "owncloud": ">=7",
"libs": {
"curl": "*"
}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 260297f11..d5125f02b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,5 +6,5 @@
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
<version>3.001</version>
- <require>7.0.3</require>
+ <require>7</require>
</info>