Skip to content

Commit

Permalink
Merge pull request #3029 from bolt/chore/composer2.2-compat
Browse files Browse the repository at this point in the history
Composer 2.2 compatibility fix
  • Loading branch information
bobdenotter authored Dec 23, 2021
2 parents 3ffbbd5 + bd304e1 commit 36ba22c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"drupol/composer-packages": true,
"symfony/flex": true
}
},
"extra": {
"public-dir": "public",
Expand Down

0 comments on commit 36ba22c

Please sign in to comment.