From 1fd9321b86759b3a7b35f75c398852ddc7e83009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:13:48 +0000 Subject: [PATCH] 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e965ea0..d0b1aa017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: coverage: none - name: Composer install - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: dependency-versions: ${{ matrix.dependencies }} composer-options: ${{ matrix.composer-options }} @@ -69,7 +69,7 @@ jobs: tools: cs2pr, phpstan:1.12 - name: Composer install - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Run PHP CodeSniffer run: vendor/bin/phpcs --report=checkstyle | cs2pr