diff options
-rw-r--r-- | appinfo/info.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml index c28dda1..bc458b3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,8 +7,12 @@ <version>2.0.0</version> <licence>AGPL</licence> <author>Michael Traeger, forked from SpF</author> - <require>8</require> + <bugs>https://github.com/mtraeger/old_menu_fixed/issues</bugs> <repository type="git">https://github.com/mtraeger/old_menu_fixed.git</repository> <ocsid></ocsid> + + <dependencies> + <owncloud min-version="8.0.0" max-version="100"/> + </dependencies> </info> |