Skip to content

Commit

Permalink
Merge pull request #1865 from stloyd/maintain/composer-plugins
Browse files Browse the repository at this point in the history
Maintain | Added new Composer 2.2 config for "allow-plugins"
  • Loading branch information
stloyd committed Dec 27, 2021
2 parents ee33e6d + 72c6441 commit 14748d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@
"phpstan/extension-installer": "^1.1"
},

"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true
}
},

"conflict": {
"twig/twig": "<1.43|>=2.0,<2.13"
},
Expand Down

0 comments on commit 14748d6

Please sign in to comment.