Skip to content

Commit

Permalink
Merge pull request #1518 from ergebnis/dependabot/composer/symplify/c…
Browse files Browse the repository at this point in the history
…onfig-transformer-12.0.0.72

composer(deps-dev): Bump symplify/config-transformer from 11.1.27.72 to 12.0.0.72
  • Loading branch information
localheinz committed Jan 31, 2023
2 parents c3c08de + 3ca8aa8 commit 4b27fe2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Expand Up @@ -114,7 +114,7 @@ jobs:
run: "composer normalize --ansi --dry-run"

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

- name: "Create cache directory for friendsofphp/php-cs-fixer"
run: "mkdir -p .build/php-cs-fixer"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -19,7 +19,7 @@ code-coverage: vendor ## Collects coverage from running unit tests with phpunit/
coding-standards: vendor ## Normalizes composer.json with ergebnis/composer-normalize, lints YAML files with yamllint, converts YAML configuration to PHP format, and fixes code style issues with friendsofphp/php-cs-fixer
composer normalize
yamllint -c .yamllint.yaml --strict .
vendor/bin/config-transformer switch-format config
vendor/bin/config-transformer config
mkdir -p .build/php-cs-fixer
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -52,7 +52,7 @@
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "~0.18.4",
"psalm/plugin-symfony": "^4.0.2",
"symplify/config-transformer": "^11.1.27",
"symplify/config-transformer": "^12.0.0",
"vimeo/psalm": "^4.30"
},
"replace": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b27fe2

Please sign in to comment.