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 committed Jul 4, 2022
1 parent 8efc224 commit 0db9a44
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 @@ -62,7 +62,10 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 0db9a44

Please sign in to comment.