Skip to content

Commit

Permalink
Add allow_plugin setting since Composer 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Sep 1, 2022
1 parent 3c01fa0 commit 9079fe0
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 @@
"ClickHouseDB\\Tests\\": "tests/",
"ClickHouseDB\\Example\\": "example/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 9079fe0

Please sign in to comment.