Skip to content
Snippets Groups Projects
Commit cafb2d9f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

update slim/slim to 4.8.1, fixes #2463

Closes #2463

Merge request studip/studip!1660
parent c3cffedf
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
"ext-dom": "*", "ext-dom": "*",
"opis/json-schema": "^1.0", "opis/json-schema": "^1.0",
"slim/psr7": "1.4", "slim/psr7": "1.4",
"slim/slim": "4.7.1", "slim/slim": "^4.7.1",
"php-di/php-di": "^6.3.4", "php-di/php-di": "6.3.4",
"symfony/console": "~5.3.16", "symfony/console": "~5.3.16",
"symfony/process": "^5.4", "symfony/process": "^5.4",
"jumbojett/openid-connect-php": "^0.9.2", "jumbojett/openid-connect-php": "^0.9.2",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3e4a84c4dabcd0e37a213bb530baa1e1", "content-hash": "431538e929abf80fdbdf057b91c0f95a",
"packages": [ "packages": [
{ {
"name": "algo26-matthias/idna-convert", "name": "algo26-matthias/idna-convert",
...@@ -2755,23 +2755,23 @@ ...@@ -2755,23 +2755,23 @@
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
"version": "4.7.1", "version": "4.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim.git", "url": "https://github.com/slimphp/Slim.git",
"reference": "0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f" "reference": "c8934c35d9d98b1a1df9f99ee69b77a59e0aa820"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f", "url": "https://api.github.com/repos/slimphp/Slim/zipball/c8934c35d9d98b1a1df9f99ee69b77a59e0aa820",
"reference": "0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f", "reference": "c8934c35d9d98b1a1df9f99ee69b77a59e0aa820",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"nikic/fast-route": "^1.3", "nikic/fast-route": "^1.3",
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
"psr/container": "^1.0", "psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message": "^1.0", "psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0", "psr/http-server-handler": "^1.0",
...@@ -2781,17 +2781,17 @@ ...@@ -2781,17 +2781,17 @@
"require-dev": { "require-dev": {
"adriansuter/php-autoload-override": "^1.2", "adriansuter/php-autoload-override": "^1.2",
"ext-simplexml": "*", "ext-simplexml": "*",
"guzzlehttp/psr7": "^1.7", "guzzlehttp/psr7": "^1.8",
"http-interop/http-factory-guzzle": "^1.0", "http-interop/http-factory-guzzle": "^1.0",
"laminas/laminas-diactoros": "^2.4", "laminas/laminas-diactoros": "^2.4",
"nyholm/psr7": "^1.3", "nyholm/psr7": "^1.4",
"nyholm/psr7-server": "^1.0.1", "nyholm/psr7-server": "^1.0.1",
"phpspec/prophecy": "^1.12", "phpspec/prophecy": "^1.13",
"phpstan/phpstan": "^0.12.58", "phpstan/phpstan": "^0.12.85",
"phpunit/phpunit": "^8.5.13", "phpunit/phpunit": "^8.5.13 || ^9.3.8",
"slim/http": "^1.2", "slim/http": "^1.2",
"slim/psr7": "^1.3", "slim/psr7": "^1.3",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.6",
"weirdan/prophecy-shim": "^1.0 || ^2.0.2" "weirdan/prophecy-shim": "^1.0 || ^2.0.2"
}, },
"suggest": { "suggest": {
...@@ -2865,7 +2865,7 @@ ...@@ -2865,7 +2865,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-01T19:41:22+00:00" "time": "2021-06-29T19:41:06+00:00"
}, },
{ {
"name": "spomky-labs/otphp", "name": "spomky-labs/otphp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment