summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-02-02 09:15:16 +0100
committerRichard Steinmetz <richard@steinmetz.cloud>2023-02-02 09:15:16 +0100
commit1fcf0e5baf55fa5123f53a3b847de67419c8b576 (patch)
tree69406f096e366accc8ccf4677023de21b7545c3d /appinfo
parent1ac100b01c30ce7b7984e3570e21418de9d24daa (diff)
chore: drop support for php 7.3 and 7.4
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 22bda23b..733db79d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -38,7 +38,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
<dependencies>
- <php min-version="7.3" max-version="8.2" />
+ <php min-version="8.0" max-version="8.2" />
<nextcloud min-version="25" max-version="26" />
</dependencies>