From b6326596245ef21fcbbccb5a5b7addd7fbaab342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:46:10 +0000 Subject: [PATCH] chore(deps): update dependency composer to v2.7.0 --- .github/workflows/check-dependencies.yml | 2 +- .github/workflows/continuous-integration-optional.yml | 8 ++++---- .github/workflows/continuous-integration.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-dependencies.yml b/.github/workflows/check-dependencies.yml index e12fb21427..86022dc063 100644 --- a/.github/workflows/check-dependencies.yml +++ b/.github/workflows/check-dependencies.yml @@ -27,7 +27,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.3.2' - tools: composer:2.6.0 + tools: composer:2.7.0 coverage: xdebug - run: composer update --lock --no-interaction --no-plugins --no-scripts --prefer-dist diff --git a/.github/workflows/continuous-integration-optional.yml b/.github/workflows/continuous-integration-optional.yml index a21ba4bae6..0628768640 100644 --- a/.github/workflows/continuous-integration-optional.yml +++ b/.github/workflows/continuous-integration-optional.yml @@ -22,7 +22,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.3.2' - tools: composer:2.6.0 + tools: composer:2.7.0 coverage: xdebug - run: composer validate -n --no-check-all --no-check-publish --strict @@ -37,7 +37,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.3.2' - tools: composer:2.6.0 + tools: composer:2.7.0 coverage: xdebug - name: Get Composer Cache Directory @@ -67,7 +67,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.3.2' - tools: composer:2.6.0 + tools: composer:2.7.0 coverage: xdebug - name: Get Composer Cache Directory @@ -115,7 +115,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.3.2' - tools: composer:2.6.0 + tools: composer:2.7.0 coverage: xdebug - name: Get Composer Cache Directory diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5aa049a33c..e35cd9a8dc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -34,7 +34,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.3.2' - tools: composer:2.6.0 + tools: composer:2.7.0 coverage: none - name: Get Composer Cache Directory @@ -199,7 +199,7 @@ jobs: with: php-version: '8.3.2' extensions: intl-73.1 - tools: composer:2.6.0 + tools: composer:2.7.0 coverage: pcov - name: Get Composer Cache Directory