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 3607cc8 commit 2a03ad5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vdlp/oc-eventlogsextension-plugin",
"description": "Improves the October CMS Event Logs view.",
"type": "october-plugin",
"license": "GPL-2.0",
"type": "october-plugin",
"authors": [
{
"name": "Van der Let & Partners",
Expand All @@ -11,8 +11,11 @@
],
"require": {
"php": "^8.0.2",
"october/rain": "^3.0",
"composer/installers": "^1.0 || ^2.0"
"composer/installers": "^1.0 || ^2.0",
"october/rain": "^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"repositories": [
{
Expand All @@ -22,7 +25,8 @@
],
"config": {
"allow-plugins": {
"composer/installers": true
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 2a03ad5

Please sign in to comment.