From: Tim Düsterhus Date: Thu, 19 May 2022 12:22:39 +0000 (+0200) Subject: Explicitly require `psr/http-message` composer dependency X-Git-Tag: 6.0.0_Alpha_1~1269 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1d7d03753115fcc811a4547f43cb41dfe747d2a0;p=GitHub%2FWoltLab%2FWCF.git Explicitly require `psr/http-message` composer dependency --- diff --git a/wcfsetup/install/files/lib/system/api/composer.json b/wcfsetup/install/files/lib/system/api/composer.json index ed1d1570d3..3f1af526ab 100644 --- a/wcfsetup/install/files/lib/system/api/composer.json +++ b/wcfsetup/install/files/lib/system/api/composer.json @@ -22,6 +22,7 @@ "pelago/emogrifier": "^6.0.0", "scssphp/scssphp": "^1.10.2", "true/punycode": "^2.1.1", - "psr/http-server-handler": "^1.0" + "psr/http-server-handler": "^1.0", + "psr/http-message": "^1.0" } } diff --git a/wcfsetup/install/files/lib/system/api/composer.lock b/wcfsetup/install/files/lib/system/api/composer.lock index f02949f906..fb910efa02 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": "a0515c273a984b19e05fad9d486e7e00", + "content-hash": "dd1628085e75fa9ada3e1aca883ae905", "packages": [ { "name": "chrisjean/php-ico",