Skip to content

Commit fb226e7

Browse files
committed
fix: Max PHP version of 8.2
Signed-off-by: Enjeck C. <[email protected]>
1 parent a0e3d3f commit fb226e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
2525
<repository type="git">https://github.com/nextcloud/notes.git</repository>
2626
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
2727
<dependencies>
28-
<php min-version="8.0" max-version="8.3"/>
28+
<php min-version="8.0" max-version="8.2"/>
2929
<nextcloud min-version="28" max-version="32"/>
3030
</dependencies>
3131
<repair-steps>

0 commit comments

Comments
 (0)