Skip to content

Commit

Permalink
Allow Composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jan 28, 2022
1 parent e927fc2 commit 91d90e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@
"psr-4": {
"Doctrine\\Tests\\": "tests/Doctrine/Tests"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit 91d90e9

Please sign in to comment.