Skip to content

Commit

Permalink
[#647] Added Composer normalizer.
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
AlexSkrypnyk committed May 14, 2024
1 parent 7fab10d commit d1b9c75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
"drupal/core-dev": "^11@alpha"
"drupal/core-dev": "^11@alpha",
"ergebnis/composer-normalize": "^2.42"
},
"conflict": {
"drupal/drupal": "*"
Expand All @@ -41,7 +42,8 @@
"drupal/core-composer-scaffold": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"ergebnis/composer-normalize": true
}
},
"autoload": {
Expand Down

0 comments on commit d1b9c75

Please sign in to comment.