Skip to content

Commit 6833f42

Browse files
committed
update composer packages to php8.3
1 parent f5c1018 commit 6833f42

2 files changed

Lines changed: 68 additions & 56 deletions

File tree

solid/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.1",
24+
"php": "^8.3",
2525
"ext-dom": "*",
2626
"ext-json": "*",
2727
"ext-mbstring": "*",
@@ -45,9 +45,9 @@
4545
"type": "package",
4646
"package": {
4747
"name": "nextcloud/server",
48-
"version": "27.0.0",
48+
"version": "31.0.0",
4949
"dist": {
50-
"url": "https://github.com/nextcloud/server/archive/refs/tags/v27.0.0.zip",
50+
"url": "https://github.com/nextcloud/server/archive/refs/tags/v31.0.0.zip",
5151
"type": "zip"
5252
},
5353
"source": {

solid/composer.lock

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

0 commit comments

Comments
 (0)