FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

SF5 : error with dumping command #368

Closed Cryde closed 4 years ago

Cryde commented 4 years ago

Hi

I've just update with the new release and I've got this error :

 The service "fos_js_routing.dump_command" has a dependency on a non-existent parameter "kernel.root_dir". Did you mean one of these: "kernel.project_dir", "kernel.cache_dir", "kernel.logs_dir"? 

I think this is linked with that : https://symfony.com/blog/new-in-symfony-4-2-important-deprecations
Thanks for the update anyway

tobias-93 commented 4 years ago

Sorry for that, fixed with #369

Cryde commented 4 years ago

@tobias-93 thanks for the quick response & for this bundle :D !!