Merge pull request #7623 from nextcloud/enh/noid/update-to-php-8.5

update mastercontainer to php 8.5
This commit is contained in:
Simon L.
2026-02-19 11:22:08 +01:00
committed by GitHub
10 changed files with 13 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
}
},
"require": {
"php": "8.4.*",
"php": "8.5.*",
"ext-json": "*",
"ext-sodium": "*",
"ext-curl": "*",
@@ -34,6 +34,6 @@
"psalm:strict": "psalm --threads=1 --show-info=true",
"lint": "php -l src/*.php src/**/*.php public/index.php",
"lint:twig": "twig-linter lint ./templates",
"php-deprecation-detector": "phpdd scan -n -t 8.4 src/*.php src/**/*.php public/index.php"
"php-deprecation-detector": "phpdd scan -n -t 8.5 src/*.php src/**/*.php public/index.php"
}
}

2
php/composer.lock generated
View File

@@ -4953,7 +4953,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "8.4.*",
"php": "8.5.*",
"ext-json": "*",
"ext-sodium": "*",
"ext-curl": "*",