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
The latest version 3.5.0 is dependent on the abandoned sensio/framework-extra-bundle. The sensio/framework-extra-bundle functionality is expected to be moved to Symfony core in v 6.2. But on 6.2, I'm getting the following error when I try using FOSRestBundle with Symfony 6.2 without FrameworkExtraBundle:
$ bin/console
In ConfigurationCheckPass.php line 30:
You need to enable the parameter converter listeners in SensioFrameworkExtraBundle when using the FOSRestBundle RequestBodyParamConverter
The SensioFrameworkExtraBundle readme says:
SensioFrameworkExtraBundle is not maintained anymore. Please move to native PHP attribute support as added in Symfony core. For full support, use Symfony 6.2.
So I expect FOSRestBundle to work fine with Symfony 6.2 without SensioFrameworkExtraBundle.
The text was updated successfully, but these errors were encountered:
#2354 already covers this issue, there's just been no action on it yet.
(Also keep in mind without a new major supporting only Symfony 6.2 and later, it wouldn't be possible to 100% decouple this bundle from the SensioFrameworkExtraBundle as that would break apps on the Symfony 5.4 LTS, which just makes a compat layer for a bundle like this one even more complex)
The latest version 3.5.0 is dependent on the abandoned
sensio/framework-extra-bundle
. Thesensio/framework-extra-bundle
functionality is expected to be moved to Symfony core in v 6.2. But on 6.2, I'm getting the following error when I try using FOSRestBundle with Symfony 6.2 without FrameworkExtraBundle:The SensioFrameworkExtraBundle readme says:
So I expect FOSRestBundle to work fine with Symfony 6.2 without SensioFrameworkExtraBundle.
The text was updated successfully, but these errors were encountered: