Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2022-01-30 14:15:48 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-02-07 20:00:00 +0300
commit38626bffe44d30bcbb6e76b99b805e31f4303f01 (patch)
tree3c7dfe6e0e62848b7cae6afcd264b8ea958e6f00
parentb53fdaf722accdedaeebb78e5a752286120e9f23 (diff)
add support for PHP 8.1
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 08505db9..443ee0c2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
<repository type="git">https://github.com/nextcloud/notes.git</repository>
<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>
<dependencies>
- <php min-version="7.3" max-version="8.0" />
+ <php min-version="7.3" max-version="8.1" />
<nextcloud min-version="20" max-version="24" />
</dependencies>
<repair-steps>