You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #60232 Add PHP config support for routing (fabpot)
This PR was squashed before being merged into the 7.3 branch.
Discussion
----------
Add PHP config support for routing
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | n/a
| License | MIT
This is the first to stop using XML for the routing configuration provided by core bundles. We did the same for all other configuration files a while ago, so this is really the last step.
Commits
-------
2a5aa45b1ea Deprecate using XML routing configuration files
2491a282d50 Add PHP config support for routing
0 commit comments