Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-08 21:55:23 +0300
committerBjoern Schiessle <schiessle@owncloud.com>2015-06-09 19:21:30 +0300
commitabc7e21965c859a8287a0c31d31015343811185a (patch)
tree10446c21a5c5a3a9d30e1c7b239d5a30349f3447 /appinfo/info.xml
parent8440ecf4699ee6da2454cfd54f4eb70ffc88ff24 (diff)
Fixing travis & setting 8.1 minimum requirement
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c3239f6..7a490e6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,9 +6,11 @@
More information is available in the Text Editor documentation.
</description>
<licence>AGPL</licence>
- <author>Tom Needham</author>
- <require>4.93</require>
+ <author>Tom Needham, Björn Schießle</author>
<shipped>true</shipped>
<default_enable/>
<ocsid>166051</ocsid>
+ <dependencies>
+ <owncloud min-version="8.1" />
+ </dependencies>
</info>