Skip to content

Commit

Permalink
Merge pull request #178 from open-source-contributions/fix_allow_plugin
Browse files Browse the repository at this point in the history
Add allow_plugins setting since Composer 2.2.x
  • Loading branch information
isublimity committed Dec 20, 2022
2 parents 740b3a1 + 8939d70 commit 34f1c77
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 34f1c77

Please sign in to comment.