Skip to content

Commit 5973871

Browse files
Allow symfony/flex in composer.json
1 parent 809cc1f commit 5973871

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_build/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"preferred-install": {
99
"*": "dist"
1010
},
11-
"sort-packages": true
11+
"sort-packages": true,
12+
"allow-plugins": {
13+
"symfony/flex": true
14+
}
1215
},
1316
"require": {
1417
"php": ">=7.4",

0 commit comments

Comments
 (0)