From e847bf6bf53bb875bbfcc9227d9d684b1b017c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:38:54 +0000 Subject: [PATCH] Bump ramsey/composer-install from 3.0.0 to 3.1.0 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/57532f8be5bda426838819c5ee9afb8af389d51a...a2636af0004d1c0499ffca16ac0b4cc94df70565) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/phpstan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 463b432..54ead09 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -23,7 +23,7 @@ jobs: coverage: none - name: Install composer dependencies - uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a + uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 - name: Run PHPStan run: ./vendor/bin/phpstan --error-format=github