Skip to content

Fixed Symfony 6.3 support

Compare
Choose a tag to compare
@yceruto yceruto released this 08 Aug 22:53
· 7 commits to main since this release
2f7079f

2f7079f

[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