Skip to content

Commit 8012553

Browse files
authored
Merge pull request #358 from cakephp/othercorey-patch-1
Add allow-plugins
2 parents efced2f + cb4af1d commit 8012553

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"CakePHP\\": "CakePHP/"
3131
}
3232
},
33+
"config": {
34+
"allow-plugins": {
35+
"dealerdirect/phpcodesniffer-composer-installer": true
36+
}
37+
},
3338
"scripts": {
3439
"add-standard" : "phpcs --config-set installed_paths $(pwd)",
3540
"test": [

0 commit comments

Comments
 (0)