Skip to content

Commit 5545e95

Browse files
authored
Composer.json: Make sure we allow plugins (#127)
1 parent 2728f47 commit 5545e95

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
@@ -43,5 +43,10 @@
4343
},
4444
"bin": [
4545
"bin/bref-local-handler.php"
46-
]
46+
],
47+
"config": {
48+
"allow-plugins": {
49+
"symfony/runtime": true
50+
}
51+
}
4752
}

0 commit comments

Comments
 (0)