We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709f82d commit 37453c1Copy full SHA for 37453c1
2 files changed
appinfo/info.xml
@@ -43,7 +43,7 @@
43
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
44
45
<dependencies>
46
- <php min-version="8.1" max-version="8.5" />
+ <php min-version="8.2" max-version="8.5" />
47
<nextcloud min-version="33" max-version="34" />
48
</dependencies>
49
psalm.xml
@@ -12,7 +12,7 @@
12
findUnusedCode="false"
13
findUnusedBaselineEntry="false"
14
findMissingOverrideAttribte="false"
15
- phpVersion="8.1"
+ phpVersion="8.2"
16
>
17
<projectFiles>
18
<directory name="lib" />
0 commit comments