Merge pull request #7151 from nextcloud/aio-dependency-update

PHP dependency updates
This commit is contained in:
Simon L. 2025-11-24 10:13:10 +01:00 committed by GitHub
commit e848ee396f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
php/composer.lock generated
View file

@ -1148,22 +1148,22 @@
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
"version": "4.15.0", "version": "4.15.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim.git", "url": "https://github.com/slimphp/Slim.git",
"reference": "17eba5182975878a0ab9b27982cd2e2cfcb67ea2" "reference": "887893516557506f254d950425ce7f5387a26970"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/17eba5182975878a0ab9b27982cd2e2cfcb67ea2", "url": "https://api.github.com/repos/slimphp/Slim/zipball/887893516557506f254d950425ce7f5387a26970",
"reference": "17eba5182975878a0ab9b27982cd2e2cfcb67ea2", "reference": "887893516557506f254d950425ce7f5387a26970",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"nikic/fast-route": "^1.3", "nikic/fast-route": "^1.3",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
"psr/container": "^1.0 || ^2.0", "psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.1", "psr/http-factory": "^1.1",
"psr/http-message": "^1.1 || ^2.0", "psr/http-message": "^1.1 || ^2.0",
@ -1183,7 +1183,7 @@
"phpspec/prophecy": "^1.19", "phpspec/prophecy": "^1.19",
"phpspec/prophecy-phpunit": "^2.1", "phpspec/prophecy-phpunit": "^2.1",
"phpstan/phpstan": "^1 || ^2", "phpstan/phpstan": "^1 || ^2",
"phpunit/phpunit": "^9.6", "phpunit/phpunit": "^9.6 || ^10 || ^11 || ^12",
"slim/http": "^1.3", "slim/http": "^1.3",
"slim/psr7": "^1.6", "slim/psr7": "^1.6",
"squizlabs/php_codesniffer": "^3.10", "squizlabs/php_codesniffer": "^3.10",
@ -1260,7 +1260,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-20T18:16:16+00:00" "time": "2025-11-21T12:23:44+00:00"
}, },
{ {
"name": "slim/twig-view", "name": "slim/twig-view",
@ -3519,16 +3519,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.10.1", "version": "1.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "431c02da15e566adb0ad9c5030fa6f6204d9de9e" "reference": "f626740b38009078de0dc8b2b9dc4e7f749c6eba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/431c02da15e566adb0ad9c5030fa6f6204d9de9e", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/f626740b38009078de0dc8b2b9dc4e7f749c6eba",
"reference": "431c02da15e566adb0ad9c5030fa6f6204d9de9e", "reference": "f626740b38009078de0dc8b2b9dc4e7f749c6eba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3571,9 +3571,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.1" "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.11.1"
}, },
"time": "2025-11-18T07:51:16+00:00" "time": "2025-11-21T11:31:57+00:00"
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",