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
minor symfony#58203 [FrameworkBundle] Remove obsolete requires annotation (derrabus)
This PR was merged into the 7.1 branch.
Discussion
----------
[FrameworkBundle] Remove obsolete requires annotation
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
FrameworkBundle requires Routing >= 6.4 and Routing 6.4 already ships the class in question. We don't need to check for it anymore.
Commits
-------
618213b Remove obsolete requires annotation
0 commit comments