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 ea5ed5b commit 26539f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vdlp/oc-htmlpurifier-plugin",
"description": "Adds a standards compliant HTML filter to October CMS.",
"type": "october-plugin",
"license": "GPL-2.0",
"type": "october-plugin",
"authors": [
{
"name": "Van der Let & Partners",
Expand All @@ -18,9 +18,13 @@
"composer/installers": "^1.0 || ^2.0",
"ezyang/htmlpurifier": "^4.16"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"config": {
"allow-plugins": {
"composer/installers": true
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 26539f3

Please sign in to comment.