summaryrefslogtreecommitdiffstats
path: root/tests/apps/testapp-infoxml/appinfo/info.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-22 09:54:44 +0200
committerJoas Schilling <coding@schilljs.com>2017-05-22 09:54:44 +0200
commiteebd2811dc4427443f7be964be25c3596ef7e950 (patch)
tree5181c4cb24a605554baa45e6138bf0d442223ee4 /tests/apps/testapp-infoxml/appinfo/info.xml
parente102923a978d83268c04a3a5bf678054a845a58e (diff)
downloadnextcloud-server-eebd2811dc4427443f7be964be25c3596ef7e950.tar.gz
nextcloud-server-eebd2811dc4427443f7be964be25c3596ef7e950.zip
Version and dependency are now required
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/apps/testapp-infoxml/appinfo/info.xml')
-rw-r--r--tests/apps/testapp-infoxml/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/apps/testapp-infoxml/appinfo/info.xml b/tests/apps/testapp-infoxml/appinfo/info.xml
index cb63a0fc76e..d4df1c3cd3f 100644
--- a/tests/apps/testapp-infoxml/appinfo/info.xml
+++ b/tests/apps/testapp-infoxml/appinfo/info.xml
@@ -6,4 +6,7 @@
<description>A b c</description>
<licence>Abc</licence>
<name>Test app</name>
+ <dependencies>
+ <nextcloud min-version="12.0" max-version="12.0"/>
+ </dependencies>
</info>