Skip to content

Commit 9bf76b8

Browse files
[4.4] Allow the symfony/flex plugin
1 parent 07c069b commit 9bf76b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
"preferred-install": {
5454
"*": "dist"
5555
},
56-
"sort-packages": true
56+
"sort-packages": true,
57+
"allow-plugins": {
58+
"symfony/flex": true
59+
}
5760
},
5861
"autoload": {
5962
"psr-4": {

0 commit comments

Comments
 (0)