Files
symfony-flex-recipes/symfony.webhook.7.3.json
T
github-action[bot]andgithub-action[bot] 842330e3d0 Update Flex endpoint
2025-04-27 17:08:42 +00:00

24 lines
683 B
JSON

{
"manifests": {
"symfony/webhook": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/webhook.yaml": {
"contents": [
"webhook:",
" resource: '@FrameworkBundle/Resources/config/routing/webhook.php'",
" prefix: /webhook",
""
],
"executable": false
}
},
"ref": "b70844963dc84e9a99b94ae552efe691d74b087f"
}
}
}