mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
[symfony/webhook] Default to standard signatures and no-private-network
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user