diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-28 11:54:04 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2023-03-28 11:54:04 +0000 |
| commit | de7c6cb4267d0ebbc99068175c59d8a2956d17ec (patch) | |
| tree | 49023aa9f2f5049a4611782ddcda3cab6106b36f /composer.lock | |
| parent | a6b3a33336aac461dc52a6a2bc899a7df2c2415d (diff) | |
update guzzlehttp/psr7 to 2.4.4, fixes #2456
Closes #2456
Merge request studip/studip!1653
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock index 78aabd8..28758ce 100644 --- a/composer.lock +++ b/composer.lock @@ -464,16 +464,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.4.1", + "version": "2.4.4", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379" + "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379", - "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf", + "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf", "shasum": "" }, "require": { @@ -563,7 +563,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.1" + "source": "https://github.com/guzzle/psr7/tree/2.4.4" }, "funding": [ { @@ -579,7 +579,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:45:39+00:00" + "time": "2023-03-09T13:19:02+00:00" }, { "name": "jakeasmith/http_build_url", |
