Skip to content

Commit c51ebbb

Browse files
authored
Composer.json: Make sure we allow plugins (#127)
1 parent 8796277 commit c51ebbb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
},
3535
"bin": [
3636
"router.php"
37-
]
37+
],
38+
"config": {
39+
"allow-plugins": {
40+
"symfony/runtime": true
41+
}
42+
}
3843
}

0 commit comments

Comments
 (0)