Skip to content

Commit

Permalink
fix(deps): Allow composer plugin explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jan 8, 2024
1 parent 5346395 commit d14eb65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"classmap-authoritative": true,
"platform": {
"php": "8.0"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"scripts": {
Expand Down

0 comments on commit d14eb65

Please sign in to comment.