From 44039652c922d5be71328178687f737b83a43f9a Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:04:41 +0900 Subject: [PATCH] Fix "Context: Using short namespace alias "LeagueOAuth2ServerBundle" by calling !! Doctrine\ORM\Configuration::addEntityNamespace" --- codeception/_data/plugins/Bundle-1.0.0/composer.json | 2 +- codeception/_data/plugins/Bundle-1.0.1/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codeception/_data/plugins/Bundle-1.0.0/composer.json b/codeception/_data/plugins/Bundle-1.0.0/composer.json index e8ce7f5bd69..3c79ed02c25 100644 --- a/codeception/_data/plugins/Bundle-1.0.0/composer.json +++ b/codeception/_data/plugins/Bundle-1.0.0/composer.json @@ -5,7 +5,7 @@ "type": "eccube-plugin", "require": { "ec-cube/plugin-installer": "^2.0", - "league/oauth2-server-bundle": "^0.3", + "league/oauth2-server-bundle": "^0.5", "nyholm/psr7": "^1.2", "webonyx/graphql-php": "^14.0" }, diff --git a/codeception/_data/plugins/Bundle-1.0.1/composer.json b/codeception/_data/plugins/Bundle-1.0.1/composer.json index 43a48f0c5a6..51ac2d2a877 100644 --- a/codeception/_data/plugins/Bundle-1.0.1/composer.json +++ b/codeception/_data/plugins/Bundle-1.0.1/composer.json @@ -5,7 +5,7 @@ "type": "eccube-plugin", "require": { "ec-cube/plugin-installer": "^2.0", - "league/oauth2-server-bundle": "^0.3", + "league/oauth2-server-bundle": "^0.5", "nyholm/psr7": "^1.2", "webonyx/graphql-php": "^14.0" },