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

Allow new version of `willdurand/jsonp-callback-validator` #2360

Closed mbabker closed 2 years ago

mbabker commented 2 years ago

Version 2.0 of willdurand/jsonp-callback-validator was tagged and released. The actual change in the release won't be an issue here since the one place the validator is used is already making the is_string() check.