From f58029cf6bb63ac98eca9590dc451a089f0086bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:08:30 +0000 Subject: [PATCH] Build(deps): Bump ramsey/composer-install from 3 to 4 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yaml | 2 +- .github/workflows/dispatch-files-branches.yaml | 2 +- .../workflows/dispatch-labels-hooks-topics-settings.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/qa.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto-merge.yaml b/.github/workflows/auto-merge.yaml index c11423855..e6e164a5d 100644 --- a/.github/workflows/auto-merge.yaml +++ b/.github/workflows/auto-merge.yaml @@ -60,7 +60,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: composer-options: --no-dev --classmap-authoritative diff --git a/.github/workflows/dispatch-files-branches.yaml b/.github/workflows/dispatch-files-branches.yaml index a9049f8f0..384a794a4 100644 --- a/.github/workflows/dispatch-files-branches.yaml +++ b/.github/workflows/dispatch-files-branches.yaml @@ -60,7 +60,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: composer-options: --no-dev --classmap-authoritative diff --git a/.github/workflows/dispatch-labels-hooks-topics-settings.yaml b/.github/workflows/dispatch-labels-hooks-topics-settings.yaml index be0eba328..bd6bec6fd 100644 --- a/.github/workflows/dispatch-labels-hooks-topics-settings.yaml +++ b/.github/workflows/dispatch-labels-hooks-topics-settings.yaml @@ -57,7 +57,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: composer-options: --no-dev --classmap-authoritative diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 914ae32e9..3def0e133 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Lint PHP files run: make lint-php diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index e90e3d7a4..c0cb9f46a 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -27,7 +27,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: PHPStan run: vendor/bin/phpstan --no-progress --memory-limit=1G analyse --error-format=github @@ -49,7 +49,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Psalm run: vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.0 @@ -71,7 +71,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Rector run: vendor/bin/rector --no-progress-bar --dry-run diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 448774549..6a05cccf6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,7 +60,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: composer-options: --no-dev --classmap-authoritative diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 20748652e..46aef35f0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Run Tests with coverage run: make coverage @@ -68,7 +68,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies (locked) - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Validate Twig syntax run: bin/console lint:twig templates/