From a7c2dd2a7c2c9df204486cddb1376a44ce25be92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gust?= Date: Tue, 8 Oct 2024 14:53:37 +0200 Subject: [PATCH] PSPAYPAL-848 match the versions of codeception dependencies with the composer.json --- .github/workflows/development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 3df8ccfa..05464108 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -77,9 +77,9 @@ jobs: docker compose exec -T \ php composer require symfony/dotenv:^5.1 --no-update docker compose exec -T \ - php composer require codeception/module-rest:1.4.2 --no-update + php composer require codeception/module-rest:3.3.0 --no-update docker compose exec -T \ - php composer require codeception/module-phpbrowser:^1.0.2 --no-update + php composer require codeception/module-phpbrowser:^3.0.0 --no-update docker compose exec -T \ php composer config repositories.${{ env.CLIENT_PACKAGE_NAME }} git ${{ env.CLIENT_REPO_NAME }} docker compose exec -T \