I installed symfony/workflow on a Symfony 7.0 project and I wanted to implement the PHP configuration which is available here : https://symfony.com/doc/current/workflow.html#creating-a-workflow.
But it didn't work at all. FrameworkConfig seems not to exist anymore, at least not at the place where it's written in the example.