I was trying to install FOSRestBundle on Symfony 5 using composer but got the following error message:
friendsofsymfony/rest-bundle 2.7.1 requires symfony/config ^3.4|^4.3
Is it possible to manually install FOSRestBundle with Symfony 5; as it seems it will not be updated and instead API Platform will be maintained in future?
I don't want to use API Platform as it has lot of stuff not required by my project.