From bc4470e94b210a673cf5b1b23e3c24857c3aa9a1 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sun, 11 Jan 2026 01:22:25 -0500 Subject: [PATCH] Change routing resource from XML to PHP (#1918) Otherwise this recipe won't work with Symfony 8 --- .../jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml b/friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml index 79d25e2c..479e7fa7 100644 --- a/friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml +++ b/friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml @@ -1,2 +1,2 @@ fos_js_routing: - resource: "@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml" + resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.php"