8000 [fix] Allow composer plugin "bamarni/composer-bin-plugin" explicitly … · thecodingmachine/tdbm@3304ab4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3304ab4

Browse files
authored
[fix] Allow composer plugin "bamarni/composer-bin-plugin" explicitly (#277)
1 parent 1da21c2 commit 3304ab4

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
@@ -68,6 +68,11 @@
6868
"TheCodingMachine\\TDBM\\" : "tests/"
6969
}
7070
},
71+
"config": {
72+
"allow-plugins": {
73+
"bamarni/composer-bin-plugin": true
74+
}
75+
},
7176
"scripts": {
7277
"phpstan": "php -d memory_limit=3G vendor/bin/phpstan analyse src -c phpstan.neon --no-progress -vvv",
7378
"require-checker": "composer-require-checker check --config-file=composer-require-checker.json",

0 commit comments

Comments
 (0)
0