From 7e8bf9fe13c96cfca8aa4be0b2a3794542e89f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:05:31 +0000 Subject: [PATCH] chore(deps): bump ramsey/composer-install from 3.1.1 to 4.0.0 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.1.1 to 4.0.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/3cf229dc2919194e9e36783941438d17239e8520...65e4f84970763564f46a70b8a54b90d033b3bdda) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-php.yaml | 2 +- .github/workflows/phpcs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-php.yaml b/.github/workflows/ci-php.yaml index b308031..8697870 100644 --- a/.github/workflows/ci-php.yaml +++ b/.github/workflows/ci-php.yaml @@ -51,7 +51,7 @@ jobs: php-version: ${{ matrix.php }} - name: Install PHP Dependencies - uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1 + uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 - name: Verify MariaDB connection run: | diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index 2243c63..a556080 100644 --- a/.github/workflows/phpcs.yaml +++ b/.github/workflows/phpcs.yaml @@ -27,7 +27,7 @@ jobs: php-version: 8.3 - name: Install PHP Dependencies - uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1 + uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 - name: Add error matcher run: echo "::add-matcher::$(pwd)/.github/checkstyle-problem-matcher.json"