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

update huzzlehttp/psr7 to 2.6.2, fixes #4171

Closes #4171

Merge request studip/studip!3009
parent 3f658189
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
},
"require": {
"php": "^8.1",
"guzzlehttp/psr7": "^2.3",
"guzzlehttp/psr7": "2.6.2",
"neomerx/json-api": "4.0.1",
"spomky-labs/otphp": "^10",
"tuupola/cors-middleware": "^1.2.1",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "49f5ef7c1527f76326978188aad5f943",
"content-hash": "4000fb6bfaa1e707c977504a197cc8dd",
"packages": [
{
"name": "algo26-matthias/idna-convert",
......@@ -485,22 +485,22 @@
},
{
"name": "guzzlehttp/psr7",
"version": "2.4.4",
"version": "2.6.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
"reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
......@@ -508,9 +508,9 @@
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
......@@ -520,9 +520,6 @@
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
......@@ -584,7 +581,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.4.4"
"source": "https://github.com/guzzle/psr7/tree/2.6.2"
},
"funding": [
{
......@@ -600,7 +597,7 @@
"type": "tidelift"
}
],
"time": "2023-03-09T13:19:02+00:00"
"time": "2023-12-03T20:05:35+00:00"
},
{
"name": "jakeasmith/http_build_url",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment