Skip to content

Commit

Permalink
add symfony/flex to allow-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Oct 10, 2023
1 parent cdac76a commit 0f27535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"symfony/flex": true
}
},
"require": {
Expand Down

0 comments on commit 0f27535

Please sign in to comment.