Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 8a6ccd0

Browse files
committed
Add allowed Composer plugin
1 parent cda44d9 commit 8a6ccd0

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
@@ -28,7 +28,10 @@
2828
"preferred-install": {
2929
"*": "dist"
3030
},
31-
"sort-packages": true
31+
"sort-packages": true,
32+
"allow-plugins": {
33+
"symfony/flex": true
34+
}
3235
},
3336
"autoload": {
3437
"psr-4": {

0 commit comments

Comments
 (0)