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 24e6cf7 commit 2ee903a
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 @@ -30,5 +30,10 @@
"psr-4": {
"Runtime\\React\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"symfony/runtime": true
}
}
}

0 comments on commit 2ee903a

Please sign in to comment.