Skip to content

Commit

Permalink
misc: add configuration for Composer allowed plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed May 4, 2022
1 parent f2d9d1a commit 2f310cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,10 @@
"phpunit --coverage-xml='var/cache/phpunit/coverage' --log-junit='var/cache/phpunit/coverage/junit.xml'",
"infection --threads=12 --skip-initial-tests --coverage='var/cache/phpunit/coverage'"
]
},
"config": {
"allow-plugins": {
"infection/extension-installer": false
}
}
}

0 comments on commit 2f310cf

Please sign in to comment.