Is there an existing issue for this?
Describe the bug
Since we upgraded to Symfony 7.3.3 we are seeing the following error.
Impossible to call set() on a frozen ParameterBag.
["exception" => Symfony\Component\DependencyInjection\Exception\LogicException { …},
"extensionClass" => "Unleash\Client\Bundle\DependencyInjection\UnleashClientExtension"]
I have found related issues #44 and #49 from some time ago that report similar problems, but this was completely fine with Symfony 7.3.2 and has only started appearing on 7.3.3.
To reproduce
- Install clean Symfony 7.3.3 project
- Composer install this bundle
- Cache clear
- See error
Sample code (optional)
Version
0.12.182
Expected behavior
No error or warning is shown.
Logs (optional)
No response
Additional context (optional)
No response