From e377de698ee8fda6ab7ca8fbf3bb8fce999056a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:44:11 +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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d063ac..32c9264 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: - name: Remove Composer unneeded dependencies run: composer remove --dev --no-update vimeo/psalm psalm/plugin-phpunit facile-it/facile-coding-standard - name: Install dependencies - uses: "ramsey/composer-install@v3" + uses: "ramsey/composer-install@v4" with: composer-options: ${{ matrix.composer_options }} dependency-versions: "${{ matrix.dependencies }}" @@ -92,5 +92,5 @@ jobs: with: php-version: 8.2 - name: Install dependencies - uses: "ramsey/composer-install@v3" + uses: "ramsey/composer-install@v4" - run: ${{ matrix.script }}