From 7c495237cfca60175d8ea4bd962be5162aae958d Mon Sep 17 00:00:00 2001 From: Fabian Schmid Date: Sat, 2 Apr 2022 15:25:51 +0200 Subject: [PATCH] updated guzzlehttp/psr7 to newer version which works with firefox --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e14f474b8a41..112fffde6e4d 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "pimple/pimple" : "^3.0", "symfony/yaml": "^3.4", "imsglobal/lti": "^3.0.2", - "guzzlehttp/psr7": "1.8.3", + "guzzlehttp/psr7": "1.8.5", "psr/http-message": "^1.0", "dflydev/fig-cookies": "^1.0", "ralouphie/getallheaders": "^2.0", diff --git a/composer.lock b/composer.lock index 8dc506468c92..5368546be5d9 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "5d0195a1144aae64c3213e50cdea7ad6", + "content-hash": "e7f18d71af17c32a5b63b9af7acdd47b", "packages": [ { "name": "cweagans/composer-patches", @@ -639,16 +639,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.8.3", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "shasum": "" }, "require": { @@ -729,7 +729,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.3" + "source": "https://github.com/guzzle/psr7/tree/1.8.5" }, "funding": [ { @@ -745,7 +745,7 @@ "type": "tidelift" } ], - "time": "2021-10-05T13:56:00+00:00" + "time": "2022-03-20T21:51:18+00:00" }, { "name": "imsglobal/lti",