Skip to content

Commit

Permalink
CI: prevent Infection plugins during build time, as we do not use it
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 7, 2023
1 parent b7b29b8 commit 647d346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"infection/extension-installer": false
},
"optimize-autoloader": true,
"platform": {
Expand Down

0 comments on commit 647d346

Please sign in to comment.