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

Commits on May 29, 2025

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

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

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

Commits on Jun 7, 2025

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

Commits on Jun 9, 2025

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

Commits on Jun 11, 2025

  1. [Console] Support enum in invokable commands

    Co-authored-by: Nicolas Grekas <[email protected]>
    2 people authored and chalasr committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    40799aa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

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

Commits on Jun 15, 2025

  1. Improve-callable-typing

    jack-worman committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    d6fb3f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

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

Commits on Jun 18, 2025

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

Commits on Jun 20, 2025

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

Commits on Jun 24, 2025

  1. [Console] Cleanup test

    HypeMC committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    6a0d19c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      -
      [Console] Table counts wrong column width when using colspan and `setColumnMaxWidth()`
      [Console] Table counts wrong number of padding symbols in `renderCell()` method when cell contain unicode variant selector
      [Cache] Fix using a `ChainAdapter` as an adapter for a pool
      [Serializer] Fix collect_denormalization_errors flag in defaultContext
      [TypeInfo] Fix handling `ConstFetchNode`
      [VarDumper] Avoid deprecated call in PgSqlCaster
      Fix command option mode (InputOption::VALUE_REQUIRED)
      use an EOL-agnostic approach to parse class uses
      [Uid] Improve entropy of the increment for UUIDv7
      [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
    nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    7b22703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c158446 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. Fix tests

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

Commits on Jul 1, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [TwigBridge] fix command option mode (InputOption::VALUE_REQUIRED)
      [TypeInfo] Optimize enum check
      Fix grammar in `CodeExtension` class docblock
      [TypeInfo] Fix `Type::fromValue` incorrectly setting object type instead of enum
      [TypeInfo] Fix `Type::fromValue` with empty array
      remove return type from AbstractObjectNormalizer::getAllowedAttributes()
      Bump Symfony version to 7.3.2
      Update VERSION for 7.3.1
      Update CHANGELOG for 7.3.1
      Bump Symfony version to 7.2.9
      Update VERSION for 7.2.8
      Update CHANGELOG for 7.2.8
      Bump Symfony version to 6.4.24
      Update VERSION for 6.4.23
      Update CONTRIBUTORS for 6.4.23
      Update CHANGELOG for 6.4.23
      [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler
    xabbuh committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    cbe5c72 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    454e9b8 View commit details
    Browse the repository at this point in the history
  2. minor #61040 chore: PHP CS Fixer fixes (keradus)

    This PR was squashed before being merged into the 7.4 branch.
    
    Discussion
    ----------
    
    chore: PHP CS Fixer fixes
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Issues        | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    with love by [PHP Coding Standards Fixer](https://cs.symfony.com/)
    
    Commits
    -------
    
    536986f2b37 chore: PHP CS Fixer fixes
    fabpot committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    2f6f0dd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Various CS fixes

    nicolas-grekas committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    7ad7fdc View commit details
    Browse the repository at this point in the history
Loading