Skip to content

Commit 2ee903a

Browse files
authored
Composer.json: Make sure we allow plugins (#127)
1 parent 24e6cf7 commit 2ee903a

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
@@ -30,5 +30,10 @@
3030
"psr-4": {
3131
"Runtime\\React\\Tests\\": "tests/"
3232
}
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"symfony/runtime": true
37+
}
3338
}
3439
}

0 commit comments

Comments
 (0)