Skip to content

Commit 9f24622

Browse files
committed
Allow some Composer plugin
1 parent 84d7379 commit 9f24622

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
@@ -46,7 +46,10 @@
4646
"symfony/phpunit-bridge": "^5.4|^6.0"
4747
},
4848
"config": {
49-
"sort-packages": true
49+
"sort-packages": true,
50+
"allow-plugins": {
51+
"symfony/flex": true
52+
}
5053
},
5154
"autoload": {
5255
"psr-4": {

0 commit comments

Comments
 (0)