From 606a1e4f843bf44efc08d2c194633a04a753fda3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:37:49 +0000 Subject: [PATCH] chore(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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67ae333..27f13d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: coverage: none - name: Install dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Run test suite run: composer test @@ -45,7 +45,7 @@ jobs: extensions: ffi ini-values: ffi.enable=1, zend.assertions=1, opcache.jit=off coverage: none - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: composer phpstan coding-standards: @@ -59,5 +59,5 @@ jobs: extensions: ffi ini-values: ffi.enable=1, zend.assertions=1, opcache.jit=off coverage: none - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: composer cs:check