Skip to content

Commit

Permalink
Merge pull request #615 from humanmade/backport-614-to-v3-branch
Browse files Browse the repository at this point in the history
[Backport v3-branch] Add composer/installers to allow-plugins
  • Loading branch information
kovshenin committed Nov 29, 2022
2 parents 776f6d0 + 56e5954 commit 1f3a7a2
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 @@ -33,5 +33,10 @@
"scripts": {
"test": "./tests/run-tests.sh",
"check-types": "./vendor/bin/psalm"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit 1f3a7a2

Please sign in to comment.