Allow 3rd party plugins

This commit is contained in:
Manuel Thalmann 2022-03-23 09:00:22 +00:00
parent 983ce40397
commit 5b96fa38c2
2 changed files with 11 additions and 1 deletions

View file

@ -84,5 +84,10 @@
"composer --working-dir=./test/website install"
]
}
},
"config": {
"allow-plugins": {
"neronmoon/scriptsdev": true
}
}
}

View file

@ -42,7 +42,12 @@
]
},
"config": {
"process-timeout": 600
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
}
},
"prefer-stable": true,
"minimum-stability": "dev"