Skip to content

Commit

Permalink
chore: replace composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
m4olivei committed Apr 27, 2023
1 parent 29b7b77 commit 537d3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"drupal/coder": "^8.2",
"enlightn/security-checker": "^1.10",
"localheinz/composer-normalize": "^2.4",
"ergebnis/composer-normalize": "^2.30",
"nikic/php-parser": "^4.2",
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpmd/phpmd": "^2",
Expand All @@ -43,8 +43,8 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"localheinz/composer-normalize": true,
"phpro/grumphp-shim": true
"phpro/grumphp-shim": true,
"ergebnis/composer-normalize": true
}
},
"extra": {
Expand Down

0 comments on commit 537d3ca

Please sign in to comment.