diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-22 09:54:44 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-22 09:54:44 +0200 |
commit | eebd2811dc4427443f7be964be25c3596ef7e950 (patch) | |
tree | 5181c4cb24a605554baa45e6138bf0d442223ee4 /tests/apps/testapp-infoxml/appinfo/info.xml | |
parent | e102923a978d83268c04a3a5bf678054a845a58e (diff) | |
download | nextcloud-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.xml | 3 |
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> |