Skip to content

Commit

Permalink
chore: add allowed plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Dec 30, 2021
1 parent 80a3d73 commit 0b8dc7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@
"UnitConverter\\Tests\\Integration\\": "tests/integration/",
"UnitConverter\\Tests\\Unit\\": "tests/unit/"
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 0b8dc7f

Please sign in to comment.