Skip to content

Commit

Permalink
Add composer normalize package
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-beenen committed Mar 14, 2024
1 parent 596614a commit 413754f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,19 @@
"october/rain": "^3.0",
"vdlp/oc-redirect-plugin": "^3.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"repositories": [
{
"type": "composer",
"url": "https://gateway.octobercms.com"
}
],
"archive": {
"exclude": [
".gitattributes",
".github",
".gitignore",
"tests",
"phpunit.xml"
]
},
"config": {
"allow-plugins": {
"composer/installers": true
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 413754f

Please sign in to comment.