Use PHP rougin config files instead of XML ones (#1407)

This commit is contained in:
Fabien Potencier
2025-04-27 19:08:28 +02:00
committed by GitHub
parent 79f2663810
commit 597549ef9d
6 changed files with 39 additions and 1 deletions
@@ -0,0 +1,3 @@
webhook:
resource: '@FrameworkBundle/Resources/config/routing/webhook.php'
prefix: /webhook
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}