symfony / webapp-pack

A recommended pack to install on top of the default Symfony skeleton
19 stars 8 forks source link

Remove sensio/framework-extra-bundle when using Symfony 6.2 #9

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 2 years ago

/cc @wouterj we also remove the bundle from the doc v6.2

wouterj commented 2 years ago

/cc @wouterj we also remove the bundle from the doc v6.2

PR is welcome :) Seems like all leftover mentions of this bundle in 6.2 are related to the param resolver functionality that was contributed by @jderusse and you (ref https://github.com/symfony/symfony-docs/issues/17018)

jderusse commented 2 years ago

For a better DX, we probably first need to enable the new entity Resolver (ie. with a new parameter in Doctrine bundle)

nicolas-grekas commented 2 years ago

@jderusse indeed. Do you plan to work on that PR?

jderusse commented 2 years ago

@jderusse indeed. Do you plan to work on that PR?

not before September

HypeMC commented 1 year ago

Since Symfony 6.2 has been released & the SensioFrameworkExtraBundle has been deprecated, it would probably be good to merge this now to avoid having the bundle be installed on new apps as it might cause confusion