chore: allow composer install of insecure packages

This commit is contained in:
Björn Fromme
2026-01-07 17:44:20 +01:00
parent 4c3d01a273
commit 623518d08a
2 changed files with 11 additions and 8 deletions
+3
View File
@@ -101,6 +101,9 @@
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true,
"helhum/typo3-console-plugin": true
},
"audit": {
"block-insecure": false
}
}
}