Skip to content

Commit

Permalink
Add symfony/flex in the composer allow-plugins list
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmonod committed Sep 11, 2023
1 parent 13ca62f commit 7a56946
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 @@ -34,7 +34,10 @@
},
"bin": ["RMT"],
"config" : {
"bin-dir" : "bin"
"bin-dir" : "bin",
"allow-plugins": {
"symfony/flex": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 7a56946

Please sign in to comment.