Skip to content

Commit a017efc

Browse files
authored
Merge pull request #1852 from nextcloud/update-min-nc
fix: Update min server version to 33
2 parents 610c230 + ab8caa7 commit a017efc

4 files changed

Lines changed: 30 additions & 26 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ 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"/>
29-
<nextcloud min-version="30" max-version="35"/>
28+
<php min-version="8.2" max-version="8.5"/>
29+
<nextcloud min-version="33" max-version="35"/>
3030
</dependencies>
3131
<repair-steps>
3232
<post-migration>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require-dev": {
33
"guzzlehttp/guzzle": "^7",
44
"nextcloud/coding-standard": "^1.0",
5-
"nextcloud/ocp": "dev-stable28",
5+
"nextcloud/ocp": "dev-stable33",
66
"phan/phan": "^5",
77
"php-cs-fixer/shim": "3.95.1",
88
"psalm/phar": "^5.26",
@@ -18,7 +18,7 @@
1818
},
1919
"config": {
2020
"platform": {
21-
"php": "8.0"
21+
"php": "8.2"
2222
},
2323
"sort-packages": true
2424
},

composer.lock

Lines changed: 25 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns="https://getpsalm.org/schema/config"
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
77
errorBaseline="tests/psalm-baseline.xml"
8-
phpVersion="8.1"
8+
phpVersion="8.2"
99
>
1010
<stubs>
1111
<file name="tests/stubs/ocp.php" preloadClasses="true"/>

0 commit comments

Comments
 (0)