Skip to content

Commit f7abb93

Browse files
committed
fix: Use PHP 8.4 as max version
Signed-off-by: Enjeck C <[email protected]>
1 parent fb226e7 commit f7abb93

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)