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 28749b4 commit 820bf38
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"email": "octobercms@vdlp.nl"
}
],
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"homepage": "https://vdlp.nl",
"support": {
"email": "octobercms@vdlp.nl"
Expand All @@ -33,6 +28,9 @@
"laravel/horizon": "^5.0",
"october/rain": "^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"repositories": [
{
"type": "composer",
Expand All @@ -41,5 +39,11 @@
"october/system"
]
}
]
],
"config": {
"allow-plugins": {
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 820bf38

Please sign in to comment.