Skip to content

Commit

Permalink
fix(composer): allow plugin for symfony flex
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesDurand authored and lchrusciel committed Jul 4, 2022
1 parent 9d5942c commit 120a662
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 120a662

Please sign in to comment.