Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with Symfony 7+ #537

Merged
merged 2 commits into from
Nov 10, 2024
Merged

Fix compatibility with Symfony 7+ #537

merged 2 commits into from
Nov 10, 2024

Commits on Nov 10, 2024

  1. Enforce compatibility with PHP 8.4

    Signed-off-by: Luís Cobucci <[email protected]>
    lcobucci committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1a39720 View commit details
    Browse the repository at this point in the history
  2. Fix compatibility with Symfony 7+

    From this version there's no need to set container parameters to inline
    components, instead we should configure options during the compilation.
    
    This drops the parameter configuration from everywhere and simplifies
    the build process.
    
    Signed-off-by: Luís Cobucci <[email protected]>
    lcobucci committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1909d01 View commit details
    Browse the repository at this point in the history