From b248933b93061238e74bca6195208fb13149b8b1 Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:05:42 +0900 Subject: [PATCH] Fix "Uncaught Exception: You cannot use "Nyholm\Psr7\Factory\HttplugFactory" as the "php-http/message-factory" package is not installed." --- codeception/_data/plugins/Bundle-1.0.0/composer.json | 1 + codeception/_data/plugins/Bundle-1.0.1/composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/codeception/_data/plugins/Bundle-1.0.0/composer.json b/codeception/_data/plugins/Bundle-1.0.0/composer.json index 3c79ed02c25..2f1434e0366 100644 --- a/codeception/_data/plugins/Bundle-1.0.0/composer.json +++ b/codeception/_data/plugins/Bundle-1.0.0/composer.json @@ -7,6 +7,7 @@ "ec-cube/plugin-installer": "^2.0", "league/oauth2-server-bundle": "^0.5", "nyholm/psr7": "^1.2", + "php-http/message-factory": "*", "webonyx/graphql-php": "^14.0" }, "extra": { diff --git a/codeception/_data/plugins/Bundle-1.0.1/composer.json b/codeception/_data/plugins/Bundle-1.0.1/composer.json index 51ac2d2a877..d91439220e5 100644 --- a/codeception/_data/plugins/Bundle-1.0.1/composer.json +++ b/codeception/_data/plugins/Bundle-1.0.1/composer.json @@ -7,6 +7,7 @@ "ec-cube/plugin-installer": "^2.0", "league/oauth2-server-bundle": "^0.5", "nyholm/psr7": "^1.2", + "php-http/message-factory": "*", "webonyx/graphql-php": "^14.0" }, "extra": {