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 latest version 3.5.0 is dependent on the abandoned
sensio/framework-extra-bundle. Thesensio/framework-extra-bundlefunctionality 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.