Skip to content

Commit 99c1d55

Browse files
committed
Bump minimum required version of friendsofphp/php-cs-fixer
1 parent 6454ab1 commit 99c1d55

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
21-
with:
22-
php-version: '8.0'
2321

2422
- name: Install dependencies
2523
run: composer update --no-progress --no-interaction --prefer-dist
@@ -52,8 +50,6 @@ jobs:
5250

5351
- name: Setup PHP
5452
uses: shivammathur/setup-php@v2
55-
with:
56-
php-version: '8.0'
5753

5854
- name: Install dependencies
5955
run: composer update --no-progress --no-interaction --prefer-dist

.github/workflows/tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ jobs:
7171
- name: Setup Problem Matchers for PHPUnit
7272
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
7373

74-
- name: Remove PHP-CS-Fixer
75-
run: composer remove --dev friendsofphp/php-cs-fixer --no-update
76-
7774
- name: Remove Symfony Messenger
7875
run: composer remove --dev symfony/messenger --no-update
7976
if: matrix.symfony-version == '3.4.*'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"require-dev": {
3737
"doctrine/dbal": "^2.13||^3.0",
3838
"doctrine/doctrine-bundle": "^1.12||^2.5",
39-
"friendsofphp/php-cs-fixer": "^3.2",
39+
"friendsofphp/php-cs-fixer": "^3.4",
4040
"jangregor/phpstan-prophecy": "^1.0",
4141
"monolog/monolog": "^1.3||^2.0",
4242
"phpspec/prophecy": "!=1.11.0",

0 commit comments

Comments
 (0)