Fixed Symfony 6.3 support
[BC BREAK] renaming DI build parameters which were removed in 6.3
Before, all container parameters started with a .. However, this is the new convention adopted by Symfony 6.3 for building parameters that are available only at compile time. After the building process is finished, they are removed from the container. Thus the .
for each parameter defined in this bundle was removed