Skip to content

Commit 35cfd53

Browse files
committed
Updated permissions to run plugins 🦾
1 parent 4cbad6e commit 35cfd53

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
@@ -56,7 +56,12 @@
5656
},
5757
"config": {
5858
"preferred-install": "dist",
59-
"sort-packages": true
59+
"sort-packages": true,
60+
"allow-plugins": {
61+
"dragon-code/codestyler": true,
62+
"ergebnis/composer-normalize": true,
63+
"friendsofphp/php-cs-fixer": true
64+
}
6065
},
6166
"extra": {
6267
"laravel": {

0 commit comments

Comments
 (0)