Skip to content

Commit c62ee94

Browse files
authored
Composer.json: Make sure we allow plugins (#127)
1 parent 8daf631 commit c62ee94

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
@@ -34,5 +34,10 @@
3434
"psr-4": {
3535
"Runtime\\Swoole\\Tests\\": "tests/"
3636
}
37+
},
38+
"config": {
39+
"allow-plugins": {
40+
"symfony/runtime": true
41+
}
3742
}
3843
}

0 commit comments

Comments
 (0)