Skip to content

Commit

Permalink
Fix composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Jan 18, 2023
1 parent 174429c commit e978042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/composer-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

- name: Normalize composer.json
run: |
composer config allow-plugins.ergebnis/composer-normalize true
composer global require ergebnis/composer-normalize
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
},
"sort-packages": true
Expand Down

0 comments on commit e978042

Please sign in to comment.