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/security-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3
Choose a base ref
...
head repository: symfony/security-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4
Choose a head ref
  • 7 commits
  • 9 files changed
  • 6 contributors

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

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

Commits on Jun 4, 2025

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

Commits on Jun 11, 2025

  1. fix missing newline

    chalasr authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    3bd98a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

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

Commits on Jun 24, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [Security] Document `FirewallListenerInterface` as a firewall listener type
      Remove unused and non-existent Factory attribute use
      Move property accessor phpdoc to interface
      fix: twigphp/Twig/issues/4647
    chalasr committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    72ae2d5 View commit details
    Browse the repository at this point in the history
  2. [FrameworkBundle] Allow using their name without added suffix when us…

    …ing #[Target] for custom services
    Valmonzo authored and nicolas-grekas committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    db1ad02 View commit details
    Browse the repository at this point in the history
  3. feature #60874 [FrameworkBundle] Allow using their name without added…

    … suffix when using #[Target] for custom services (Valmonzo)
    
    This PR was squashed before being merged into the 7.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Allow using their name without added suffix when using #[Target] for custom services
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | Fix #60349
    | License       | MIT
    
    Commits
    -------
    
    8df669125bf [FrameworkBundle] Allow using their name without added suffix when using #[Target] for custom services
    nicolas-grekas committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    ea93be8 View commit details
    Browse the repository at this point in the history
Loading