Skip to content

Commit

Permalink
fix: allow infection extension installer in composer (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 authored Nov 7, 2024
1 parent 9cfb0a4 commit 1abc909
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
"email": "[email protected]"
}
],
"minimum-stability": "stable"
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"infection/extension-installer": true
}
}
}

0 comments on commit 1abc909

Please sign in to comment.