Skip to content

Commit 008b8bb

Browse files
committed
fix: Update PHP max version to 8.4 in appinfo
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
1 parent 9798cae commit 008b8bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1" max-version="8.5"/>
28+
<php min-version="8.1" max-version="8.4"/>
2929
<nextcloud min-version="30" max-version="32"/>
3030
</dependencies>
3131
<repair-steps>

0 commit comments

Comments
 (0)