Skip to content

Commit b6a7ea2

Browse files
authored
[Composer] Disabled all plugins by default (#132)
1 parent cbca368 commit b6a7ea2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"dev-master": "2.3.x-dev"
6666
}
6767
},
68+
"config": {
69+
"allow-plugins": false
70+
},
6871
"scripts": {
6972
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
7073
"check-cs": "@fix-cs --dry-run",

0 commit comments

Comments
 (0)