Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.6
Choose a base ref
...
head repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.7
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 26, 2026

  1. [DependencyInjection] Fix TypeError when using a custom container bas…

    …e class with typed $parameterBag
    nicolas-grekas committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    d95712d View commit details
    Browse the repository at this point in the history
  2. [DependencyInjection] Handle Stringable for string-typed arguments in…

    … CheckTypeDeclarationsPass
    yoeunes committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    2adb5f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Merge branch '6.4' into 7.4

    * 6.4:
      [WebProfilerBundle] Cleanup whitespace
      [Validator] Regex bypass when match is false with too big input
      gracefully handle the kernel.runtime_mode.web parameter missing
      [Mailer] Rewrite "rebanded" to "re-branded"
      [DependencyInjection] Fix TypeError when using a custom container base class with typed $parameterBag
      [Dotenv] Defer variable and command expansion to account for overrides from subsequent .env files
      Bump Symfony version to 6.4.35
      Update VERSION for 6.4.34
      Update CONTRIBUTORS for 6.4.34
      Update CHANGELOG for 6.4.34
    nicolas-grekas committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    0f651e5 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [WebProfilerBundle] Cleanup whitespace
      [Validator] Regex bypass when match is false with too big input
      gracefully handle the kernel.runtime_mode.web parameter missing
      [JsonStreamer] Fix missing generator for shared types in self-referencing objects
      [Mailer] Rewrite "rebanded" to "re-branded"
      [DependencyInjection] Handle Stringable for string-typed arguments in CheckTypeDeclarationsPass
      [DependencyInjection] Fix TypeError when using a custom container base class with typed $parameterBag
      [Dotenv] Defer variable and command expansion to account for overrides from subsequent .env files
      Bump Symfony version to 7.4.7
      Update VERSION for 7.4.6
      Update CHANGELOG for 7.4.6
      Bump Symfony version to 6.4.35
      Update VERSION for 6.4.34
      Update CONTRIBUTORS for 6.4.34
      Update CHANGELOG for 6.4.34
    nicolas-grekas committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    1faaac6 View commit details
    Browse the repository at this point in the history
Loading