FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 707 forks source link

Fix CI #2321

Closed W0rma closed 2 years ago

W0rma commented 2 years ago

This PR fixes some deprecations introduced in symfony 5.3.

The fixes are only related to the configuration of the functional tests.

Deprecations regarding the Route annotations will be fixed in https://github.com/FriendsOfSymfony/FOSRestBundle/pull/2312

GuilhemN commented 2 years ago

That's an impressive work! Thanks a lot @W0rma :)