From 6add53593d8f12dd0b3a99232deacde209476483 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 4 May 2022 17:25:13 +0200 Subject: [PATCH] Add explicit composer dependency for guzzlehttp/psr7 --- wcfsetup/install/files/lib/system/api/composer.json | 3 ++- wcfsetup/install/files/lib/system/api/composer.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/api/composer.json b/wcfsetup/install/files/lib/system/api/composer.json index 202f8a531b..7fc509fa9c 100644 --- a/wcfsetup/install/files/lib/system/api/composer.json +++ b/wcfsetup/install/files/lib/system/api/composer.json @@ -23,6 +23,7 @@ "laminas/laminas-progressbar": "^2.7", "symfony/polyfill-php73": "^1.23", "symfony/polyfill-php74": "^1.23", - "symfony/polyfill-php80": "^1.23" + "symfony/polyfill-php80": "^1.23", + "guzzlehttp/psr7": "^2.2" } } diff --git a/wcfsetup/install/files/lib/system/api/composer.lock b/wcfsetup/install/files/lib/system/api/composer.lock index afc07c1d40..9580f31974 100644 --- a/wcfsetup/install/files/lib/system/api/composer.lock +++ b/wcfsetup/install/files/lib/system/api/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": "9c02293e502eb0eff8e7c8e6e862d41e", + "content-hash": "9db1778bbc2bc24407bcfbaaf9a84656", "packages": [ { "name": "chrisjean/php-ico", -- 2.20.1