Skip to content
Snippets Groups Projects
Commit 2abcc131 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3304

Closes #3304

Merge request studip/studip!2259
parent e660a96d
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"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",
......
...@@ -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": "40466e553a67c4bfb32ed3333952912e", "content-hash": "22c8ced6418b6f7255376553aa8bac48",
"packages": [ "packages": [
{ {
"name": "algo26-matthias/idna-convert", "name": "algo26-matthias/idna-convert",
...@@ -2732,16 +2732,16 @@ ...@@ -2732,16 +2732,16 @@
}, },
{ {
"name": "slim/psr7", "name": "slim/psr7",
"version": "1.4", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim-Psr7.git", "url": "https://github.com/slimphp/Slim-Psr7.git",
"reference": "0dca983ca32a26f4a91fb11173b7b9eaee29e9d6" "reference": "d3cea6539bdd0910a1e3ea2cc2a96c363c2403c3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/0dca983ca32a26f4a91fb11173b7b9eaee29e9d6", "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/d3cea6539bdd0910a1e3ea2cc2a96c363c2403c3",
"reference": "0dca983ca32a26f4a91fb11173b7b9eaee29e9d6", "reference": "d3cea6539bdd0910a1e3ea2cc2a96c363c2403c3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2807,9 +2807,9 @@ ...@@ -2807,9 +2807,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/slimphp/Slim-Psr7/issues", "issues": "https://github.com/slimphp/Slim-Psr7/issues",
"source": "https://github.com/slimphp/Slim-Psr7/tree/1.4" "source": "https://github.com/slimphp/Slim-Psr7/tree/1.4.1"
}, },
"time": "2021-05-08T18:22:56+00:00" "time": "2023-05-10T04:00:20+00:00"
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment