Closed NMe84 closed 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.
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.