[symfony/webhook] Default to standard signatures and no-private-network

This commit is contained in:
Nicolas Grekas
2026-09-01 13:36:00 +02:00
parent a0f880a116
commit e8902bcb4f
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,4 @@
framework:
webhook:
signature_format: standard
no_private_network: true
@@ -0,0 +1,3 @@
webhook:
resource: '@FrameworkBundle/Resources/config/routing/webhook.php'
prefix: /webhook
+8
View File
@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<8.2"
}
}