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: v7.2.7
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: v7.2.8
Choose a head ref
  • 13 commits
  • 16 files changed
  • 6 contributors

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    aeb34cc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      switch to Composer 2 metadata
      Fix `ContainerDebugCommandTest::testNoDumpedXML`
      doc: update UserInterface header comments
      Fix: Lack of recipient in case DSN does not have optional LIST_ID parameter.
      [PhpUnitBridge] Mark as dev package
      [DependencyInjection] Make `YamlDumper` quote resolved env vars if necessary
      Bump Symfony version to 6.4.23
      Update VERSION for 6.4.22
      Update CONTRIBUTORS for 6.4.22
      Update CHANGELOG for 6.4.22
      fixed Via regex
    alexandre-daubois committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    61e6239 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Improve docblock on compile()

    Crell authored and nicolas-grekas committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    4d94056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7535bb View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.2

    * 6.4:
      Improve docblock on compile()
      [VarDumper] Fix dumping LazyObjectState when using VarExporter v8
      Allow NumberToLocalizedStringTransformer empty values
      [Intl] Ensure data consistency between alpha and numeric codes
      [Intl] Add missing currency (NOK) localization (en_NO)
    nicolas-grekas committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    da225ca View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    d089514 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [Validator] Remove comment to GitHub issue
      [Serializer] Add support for discriminator map in property normalizer
      [DependencyInjection] Fix inlining when public services are involved
      fix contracts directory name
      Fix TraceableSerializer when collected caller from array map
      [HttpClient] Limit curl's connection cache size
      [FrameworkBundle] Fix argument not provided to `add_bus_name_stamp_middleware`
    nicolas-grekas committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    98c4586 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    nicolas-grekas committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    5b0974d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Configuration menu
    Copy the full SHA
    c77c3fa View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      [DependencyInjection] Fix generating adapters of functional interfaces
    nicolas-grekas committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    a7ec591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1e27d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. minor #60861 [DependencyInjection] Remove unused and non-existent Fac…

    …tory attribute use (santysisi)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] Remove unused and non-existent Factory attribute use
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | No
    | License       | MIT
    
    **I'm not sure if this should be for the 6.4 or 7.4 branch**
    **I'm not sure if this should be considered a bug or not**
    
    This PR removes an unused `use` statement:
    
    ```php
    use Symfony\Component\DependencyInjection\Attribute\Factory;
    ```
    This class is not referenced anywhere in the file and does not exist in the current codebase, so it can safely be removed.
    
    Commits
    -------
    
    b727f9f4b01 Remove unused and non-existent Factory attribute use
    nicolas-grekas committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    0d9f24f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [Security] Document `FirewallListenerInterface` as a firewall listener type
      Remove unused and non-existent Factory attribute use
      fix: twigphp/Twig/issues/4647
    chalasr committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    9b9ddcb View commit details
    Browse the repository at this point in the history
Loading