Skip to content

Commit c50cd0d

Browse files
authored
Composer.json: Make sure we allow plugins (#127)
1 parent 6531e22 commit c50cd0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@
3232
"psr-4": {
3333
"Runtime\\RoadRunnerSymfonyNyholm\\Tests\\": "tests/"
3434
}
35+
},
36+
"config": {
37+
"allow-plugins": {
38+
"symfony/runtime": true
39+
}
3540
}
3641
}

0 commit comments

Comments
 (0)