Skip to content

Commit

Permalink
Install composer normalize plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Oct 15, 2024
1 parent 189f4d0 commit b19dea7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ext-ctype": "*"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.44",
"phpunit/phpunit": "^8.5.13"
},
"conflict": {
Expand All @@ -31,8 +32,13 @@
},
"autoload-dev": {
"psr-4": {
"Webmozart\\Assert\\Tests\\": "tests/",
"Webmozart\\Assert\\Bin\\": "bin/src"
"Webmozart\\Assert\\Bin\\": "bin/src",
"Webmozart\\Assert\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
},
"extra": {
Expand Down

0 comments on commit b19dea7

Please sign in to comment.