Merge pull request #4830 from nextcloud/dependabot/composer/php/slim/slim-4.14.0

Bump slim/slim from 4.13.0 to 4.14.0 in /php
This commit is contained in:
Simon L 2024-06-17 11:33:05 +02:00 committed by GitHub
commit 572f9fa846
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
php/composer.lock generated
View file

@ -1148,16 +1148,16 @@
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
"version": "4.13.0", "version": "4.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim.git", "url": "https://github.com/slimphp/Slim.git",
"reference": "038fd5713d5a41636fdff0e8dcceedecdd17fc17" "reference": "5943393b88716eb9e82c4161caa956af63423913"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/038fd5713d5a41636fdff0e8dcceedecdd17fc17", "url": "https://api.github.com/repos/slimphp/Slim/zipball/5943393b88716eb9e82c4161caa956af63423913",
"reference": "038fd5713d5a41636fdff0e8dcceedecdd17fc17", "reference": "5943393b88716eb9e82c4161caa956af63423913",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1165,7 +1165,7 @@
"nikic/fast-route": "^1.3", "nikic/fast-route": "^1.3",
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"psr/container": "^1.0 || ^2.0", "psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.1",
"psr/http-message": "^1.1 || ^2.0", "psr/http-message": "^1.1 || ^2.0",
"psr/http-server-handler": "^1.0", "psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
@ -1182,11 +1182,12 @@
"nyholm/psr7-server": "^1.1", "nyholm/psr7-server": "^1.1",
"phpspec/prophecy": "^1.19", "phpspec/prophecy": "^1.19",
"phpspec/prophecy-phpunit": "^2.1", "phpspec/prophecy-phpunit": "^2.1",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^9.6", "phpunit/phpunit": "^9.6",
"slim/http": "^1.3", "slim/http": "^1.3",
"slim/psr7": "^1.6", "slim/psr7": "^1.6",
"squizlabs/php_codesniffer": "^3.9" "squizlabs/php_codesniffer": "^3.10",
"vimeo/psalm": "^5.24"
}, },
"suggest": { "suggest": {
"ext-simplexml": "Needed to support XML format in BodyParsingMiddleware", "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
@ -1259,7 +1260,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-03T21:25:30+00:00" "time": "2024-06-13T08:54:48+00:00"
}, },
{ {
"name": "slim/twig-view", "name": "slim/twig-view",