From 1d7d03753115fcc811a4547f43cb41dfe747d2a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 19 May 2022 14:22:39 +0200 Subject: [PATCH] Explicitly require `psr/http-message` composer dependency --- 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 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", -- 2.20.1