Skip to content

Commit

Permalink
bug #791 fix(composer): allow plugin for symfony flex (JacquesDurand)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.11 branch.

Discussion
----------

Backporting #789 

Commits
-------

120a662 fix(composer): allow plugin for symfony flex
  • Loading branch information
Zales0123 authored Jul 4, 2022
2 parents 9d5942c + 120a662 commit e2b0164
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 e2b0164

Please sign in to comment.