Skip to content

Commit

Permalink
[Maintenance] Allow flex plugin during plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jul 4, 2022
1 parent c4abb98 commit d3a9654
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 @@ -80,6 +80,11 @@
"doctrine/orm": "^2.5",
"sylius/locale": "^1.0"
},
"config": {
"allow-plugins": {
"symfony/flex": true
}
},
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
Expand Down

0 comments on commit d3a9654

Please sign in to comment.