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

Bump willdurand/negotiation to ^3.0 to allow PHP 8.0 #2276

Closed michaljusiega closed 3 years ago

michaljusiega commented 3 years ago

As explained in: https://github.com/willdurand/Negotiation/releases/tag/3.0.0 FOSRESTBundle blocks update and allow to use in PHP 8.

composer depends willdurand/negotiation
friendsofsymfony/rest-bundle  3.0.3  requires  willdurand/negotiation (^2.0)

There is no side effects (I think) because main change was in internal class from Match (which is a reserved keyword) to AcceptMatch

michaljusiega commented 3 years ago

CI is not related, I think.

@xabbuh friendly ping ;)

michaljusiega commented 3 years ago

Closed in favor of https://github.com/FriendsOfSymfony/FOSRestBundle/pull/2278