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/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.0
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.1
Choose a head ref
  • 8 commits
  • 10 files changed
  • 6 contributors

Commits on Nov 29, 2025

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

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    ac543cf View commit details
    Browse the repository at this point in the history
  2. bug #62562 [Console] don't discard existing aliases when constructing…

    … Command (henderkes)
    
    This PR was squashed before being merged into the 7.4 branch.
    
    Discussion
    ----------
    
    [Console] don't discard existing aliases when constructing Command
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | yes
    | New feature?  no
    | Deprecations? | no
    | Issues        | Fix #62557
    | License       | MIT
    
    <!--
    🛠️ Replace this text with a concise explanation of your change:
    - What it does and why it's needed
    - A simple example of how it works (include PHP, YAML, etc.)
    - If it modifies existing behavior, include a before/after comparison
    
    The code in #62557 was broken by 5e7cd96. Here I combine the new aliases found by pipes in the string with existing ones that may have previously been set.
    -->
    
    Contributor guidelines:
    - [x] Add tests and ensure they pass
    - [x] Bug fixes must target the **lowest maintained** branch where they apply
      https://symfony.com/releases#maintained-symfony-branches
    - [x] New features and deprecations must target the **feature** branch
      and must add an entry to the changelog file of the patched component:
      https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
    - [x] Do not break backward compatibility:
      https://symfony.com/bc
    
    Commits
    -------
    
    917d8d0c129 [Console] don't discard existing aliases when constructing Command
    chalasr committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    5c557f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    5a92ed2 View commit details
    Browse the repository at this point in the history
  2. Handle signals on text input

    valx76 authored and nicolas-grekas committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    1b28130 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.3

    * 6.4:
      Handle signals on text input
      [TwigBridge] Fix form constraint
      [Runtime] Reuse the already created Request object when the app needs it as argument returns a kernel
      Update validators.el.xlf
      Fix MoneyType: add missing step attribute when html5=true
      [Console] Preserve `--help` option when a command is not found
      [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport
      chore: PHP CS Fixer - do not use deprecated sets in config
      verify spanish translations with state needs-review-translation
    nicolas-grekas committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    6d0d25c View commit details
    Browse the repository at this point in the history
  4. Merge branch '7.3' into 7.4

    * 7.3:
      [TypeInfo] Simple array should be array type
      Handle signals on text input
      [TwigBridge] Fix form constraint
      [Runtime] Reuse the already created Request object when the app needs it as argument returns a kernel
      Update validators.el.xlf
      Fix MoneyType: add missing step attribute when html5=true
      [Console] Preserve `--help` option when a command is not found
      [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport
      chore: PHP CS Fixer - do not use deprecated sets in config
      verify spanish translations with state needs-review-translation
    nicolas-grekas committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    b1b8395 View commit details
    Browse the repository at this point in the history
  5. Fix merge

    nicolas-grekas committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    6d9f0fb View commit details
    Browse the repository at this point in the history
Loading