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 704 forks source link

"syntax error, unexpected token match" on PHP 8.0 caused by willdurand/negotiation v2 #2281

Closed mbence closed 3 years ago

mbence commented 3 years ago

For php 8.0 willdurand/negotiation v3 is required, but here it is locked at ^2.0

https://github.com/willdurand/Negotiation/releases/tag/3.0.0

GuilhemN commented 3 years ago

Please see https://github.com/FriendsOfSymfony/FOSRestBundle/pull/2278