Skip to content

Commit 98bfb39

Browse files
committed
chore: Bump min-version and phpunit
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent bcacbf0 commit 98bfb39

4 files changed

Lines changed: 356 additions & 423 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<bugs>https://github.com/nextcloud/files_zip/issues</bugs>
1919
<repository>https://github.com/nextcloud/files_zip.git</repository>
2020
<dependencies>
21-
<nextcloud min-version="29" max-version="33"/>
21+
<nextcloud min-version="31" max-version="33"/>
2222
</dependencies>
2323
</info>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "^9",
3+
"phpunit/phpunit": "^10",
44
"nextcloud/coding-standard": "^1.0.0",
55
"nextcloud/ocp": "^27.1"
66
},
@@ -13,7 +13,7 @@
1313
},
1414
"config": {
1515
"platform": {
16-
"php": "7.4"
16+
"php": "8.1"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)