Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Commit 21d6620

Browse files
authored
Merge pull request #1129 from ergebnis/dependabot/composer/symplify/config-transformer-12.3.4
composer(deps-dev): Bump symplify/config-transformer from 12.1.1 to 12.3.4
2 parents 2fbb0bb + 210af60 commit 21d6620

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: "composer normalize --ansi --dry-run"
129129

130130
- name: "Run symplify/config-transformer"
131-
run: "vendor/bin/config-transformer --ansi --dry-run config/"
131+
run: "vendor/bin/config-transformer switch-format --ansi --dry-run config/"
132132

133133
- name: "Cache cache directory for friendsofphp/php-cs-fixer"
134134
uses: "actions/cache@v4.0.2"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ code-coverage: vendor ## Collects code coverage from running unit tests with php
1818
coding-standards: vendor ## Lints YAML files with yamllint, normalizes composer.json with ergebnis/composer-normalize, converts YAML configuration to PHP format, and fixes code style issues with friendsofphp/php-cs-fixer
1919
yamllint -c .yamllint.yaml --strict .
2020
composer normalize
21-
vendor/bin/config-transformer config/
21+
vendor/bin/config-transformer switch-format config/
2222
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose
2323

2424
.PHONY: dependency-analysis

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"psalm/plugin-phpunit": "~0.18.4",
6060
"psalm/plugin-symfony": "^5.04",
6161
"rector/rector": "~0.18.10",
62-
"symplify/config-transformer": "^12.1.1",
62+
"symplify/config-transformer": "^12.3.4",
6363
"vimeo/psalm": "^5.16.0",
6464
"weirdan/doctrine-psalm-plugin": "^2.9.0"
6565
},

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)