Skip to content

Commit 1323bbf

Browse files
authored
TASK: Fix pipeline allow-plugins neos/composer-plugin
1 parent e9948da commit 1323bbf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
},
2727
"config": {
2828
"vendor-dir": "Packages/Libraries",
29-
"bin-dir": "bin"
29+
"bin-dir": "bin",
30+
"allow-plugins": {
31+
"neos/composer-plugin": true
32+
}
3033
},
3134
"autoload": {
3235
"psr-4": {

0 commit comments

Comments
 (0)