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 1bc0898 commit 6d49b27
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
{
"name": "vdlp/oc-maintenance-plugin",
"type": "october-plugin",
"description": "Maintenance page plugin",
"license": "GPL-2.0",
"type": "october-plugin",
"keywords": [
"october",
"octobercms",
"cms",
"maintenance",
"503"
],
"license": "GPL-2.0",
"authors": [
{
"name": "Van der Let & Partners",
"email": "octobercms@vdlp.nl"
}
],
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"homepage": "https://vdlp.nl",
"support": {
"email": "octobercms@vdlp.nl"
Expand All @@ -30,6 +25,9 @@
"composer/installers": "^1.0 || ^2.0",
"october/rain": "^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"repositories": [
{
"type": "composer",
Expand All @@ -38,5 +36,11 @@
"october/rain"
]
}
]
],
"config": {
"allow-plugins": {
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 6d49b27

Please sign in to comment.