diff options
Diffstat (limited to 'tests/apps/testapp-name-missing/appinfo/info.xml')
-rw-r--r-- | tests/apps/testapp-name-missing/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/apps/testapp-name-missing/appinfo/info.xml b/tests/apps/testapp-name-missing/appinfo/info.xml index f0a62b8d380..591c4361899 100644 --- a/tests/apps/testapp-name-missing/appinfo/info.xml +++ b/tests/apps/testapp-name-missing/appinfo/info.xml @@ -5,4 +5,7 @@ <author>Jane</author> <description>A b c</description> <licence>Abc</licence> + <dependencies> + <nextcloud min-version="12.0" max-version="12.0"/> + </dependencies> </info> |