Dieter Beck
Dieter Beck
> When removing the Action suffix and run bin/console debug:route, I get an error. Which error do you get and which version of FOSRestBundle do you use?
> So what this issue is about: Make ViewResponseListener work without Twig and potentially also without SensioFrameworkExtraBundle. It would be really nice to remove at least the Twig dependency since...
Have you already checked https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/UPGRADING-3.0.md#upgrading-from-2x-to-30? Seems like the very first entry on this page is about your reported error.
> PHP Fatal error: Type of Metaregistrar\EPP\eppResponse::$version must be ?string (as in class DOMDocument) in /Protocols/EPP/eppResponses/eppResponse.php on line 9 @bessone @tpimh @sayoki Which version of `metaregistrar/php-epp-client` are you using? `eppResponse::$version`...
> I can't find the version of this code. If you have used [composer](https://getcomposer.org/) to install the package you can see the currently installed version in the output of `composer...
Alright, seems like my assumption was correct and you are currently using an older version of this package. Have you already tried updating to the most recent version?
@Sajito See https://github.com/symfony/recipes-contrib/pull/1493 for adjusting the recipe
Seems like SensioFrameworkExtraBundle has been deprecated (https://github.com/sensiolabs/SensioFrameworkExtraBundle/pull/783).
> When can we expect a new version 1.0.13 of this package? @metaregistrar Do you have any ETA for a new version? Please let me know if you need any...
[Version 3.7.0 of this bundle](https://github.com/FriendsOfSymfony/FOSRestBundle/releases/tag/3.7.0) supports symfony 7. I guess this issue can be closed.