Skip to content

Commit

Permalink
Composer.json: Make sure we allow plugins (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Oct 15, 2022
1 parent 8daf631 commit c62ee94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
"psr-4": {
"Runtime\\Swoole\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"symfony/runtime": true
}
}
}

0 comments on commit c62ee94

Please sign in to comment.