Skip to content

Commit

Permalink
Merge pull request #538 from ergebnis/fix/allow-plugins
Browse files Browse the repository at this point in the history
Fix: Allow composer plugins
  • Loading branch information
localheinz committed Jan 14, 2022
2 parents 90e595e + b33650e commit cbbef17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions composer.json
Expand Up @@ -39,6 +39,10 @@
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true
},
"platform": {
"php": "7.3.28"
},
Expand Down
6 changes: 2 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbbef17

Please sign in to comment.