Tom Hart
Tom Hart
No worries! Cheers :)
> When replacing single colons with double colons in order to fix deprecation notices, I noticed that I can no longer navigate (Ctrl + click) from the routes.yaml to the...
Any update on if this will be merged? This would be useful for something I'm working on
My nginx config to expose the registry ``` server { server_name registry.example.com; location / { if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin 'https://registry-ui.example.com'; add_header Access-Control-Allow-Methods 'GET, OPTIONS, PUT, POST, DELETE';...
Happy to make this tweak, should I base my branch of 6.4, or off of 7.3 but target 6.4 in the PR?
https://github.com/symfony/symfony/pull/60142