nan-guo / Sonata-Menu-Bundle

This bundle provides menu management by sonata admin bundle (compatible with sonata page bundle).
MIT License
10 stars 19 forks source link

Fix compatibility with recent symfony/yaml changes #22

Closed NMe84 closed 3 years ago

NMe84 commented 3 years ago

Recent changes to the Symfony YamlFileLoader in the symfony/yaml package made it so that these string values must be quoted. This should have zero breaking changes for lower versions because the string conversion was implied before anyway, now it's just explicit.

NMe84 commented 3 years ago

For some extra background in case you want to verify the problem: I upgraded the dependencies in a project that has this bundle and went from symfony/yaml 4.4.3 to 4.4.17 and somewhere between those versions something changes that made the unquoted string break.