Skip to content

Commit

Permalink
add symfony/flex plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygeno committed Sep 14, 2023
1 parent 84dea21 commit 1088aa2
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 @@ -44,7 +44,10 @@
},

"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 1088aa2

Please # to comment.