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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-11-09 17:47:45 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-11-09 17:47:50 +0300
commit304f49dedc3d0bf0fb0b98892aa1bacc99d57289 (patch)
treed9b5f281435eb2c1055c0a73a259fa396763e26c /appinfo
parent161c344c0897fe2fdbc875287073f8a3bbc6d2fb (diff)
Limit max php version to v8.0.x
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 12d202b..32d7103 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ The first time you install this app, before using a cron job, you properly want
<filesystem/>
</types>
<dependencies>
- <php min-version="7.2"/>
+ <php min-version="7.2" max-version="8.0" />
<nextcloud min-version="20" max-version="22" />
</dependencies>