Skip to content

Commit 3eabda5

Browse files
committed
Updated permissions to run plugins 🦾
1 parent 450b2ff commit 3eabda5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎composer.json‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
},
5050
"config": {
5151
"preferred-install": "dist",
52-
"sort-packages": true
52+
"sort-packages": true,
53+
"allow-plugins": {
54+
"dragon-code/codestyler": true,
55+
"ergebnis/composer-normalize": true,
56+
"friendsofphp/php-cs-fixer": true
57+
}
5358
}
5459
}

0 commit comments

Comments
 (0)