Skip to content

Commit 28d1f84

Browse files
committed
allow composer installers plugin
1 parent 6032db3 commit 28d1f84

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
@@ -39,5 +39,10 @@
3939
"phpcs"
4040
],
4141
"cs-fix": "php-cs-fixer fix"
42+
},
43+
"config": {
44+
"allow-plugins": {
45+
"composer/installers": true
46+
}
4247
}
4348
}

0 commit comments

Comments
 (0)