Skip to content

Commit b94d2bf

Browse files
Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e42f65 commit b94d2bf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/phpcs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php-versions }}
2828

2929
- name: Install Composer dependencies
30-
uses: ramsey/composer-install@v2
30+
uses: ramsey/composer-install@v3
3131

3232
- name: PHP CS Fixer
3333
run: PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer fix --dry-run -v --diff

.github/workflows/phpmd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: composer validate
3131

3232
- name: Install Composer dependencies
33-
uses: ramsey/composer-install@v2
33+
uses: ramsey/composer-install@v3
3434

3535
- name: PHPMD
3636
run: php vendor/bin/phpmd --strict src/ text phpmd.xml

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php-versions }}
2828

2929
- name: Install Composer dependencies
30-
uses: ramsey/composer-install@v2
30+
uses: ramsey/composer-install@v3
3131

3232
- name: PHPStan
3333
run: php vendor/bin/phpstan analyse --error-format=github

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php-versions }}
2828

2929
- name: Install Composer dependencies
30-
uses: ramsey/composer-install@v2
30+
uses: ramsey/composer-install@v3
3131

3232
- name: PHPUnit
3333
run: php vendor/bin/phpunit

.github/workflows/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
php-version: ${{ matrix.php-versions }}
3030

3131
- name: Install Composer dependencies
32-
uses: ramsey/composer-install@v2
32+
uses: ramsey/composer-install@v3
3333
with:
3434
composer-options: '--prefer-stable'
3535

0 commit comments

Comments
 (0)