From fba8c677fc1b7afd39cd74426cf952a2ef1fea73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 04:06:54 +0000 Subject: [PATCH] build(deps): bump ramsey/composer-install from 1 to 2 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 2. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v1...v2) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php-forward-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-forward-compatibility.yml b/.github/workflows/php-forward-compatibility.yml index ba61c3f..3306c56 100644 --- a/.github/workflows/php-forward-compatibility.yml +++ b/.github/workflows/php-forward-compatibility.yml @@ -23,7 +23,7 @@ jobs: update: true - name: Install dependencies - uses: ramsey/composer-install@v1 + uses: ramsey/composer-install@v2 with: dependency-versions: "latest" composer-options: "--ignore-platform-req=php"