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

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

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

Commits on Jul 7, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      Fix php.net links
      fix version number in deprecation
      [ObjectMapper] Correctly manage constructor initialization
      [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type
      chore: Increase minimum version of type-info component
      [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command
      Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`
      [JsonStreamer] Fix nested generated foreach loops
      [TypeInfo] Fix imported-only alias resolving
    nicolas-grekas committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    a424453 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Fix typos

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

Commits on Jul 31, 2025

  1. run tests using PHPUnit 11.5

    xabbuh committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    a6c0406 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

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

Commits on Aug 12, 2025

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

Commits on Nov 5, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [Filesystem] Unify logic for isAbsolute() in Path
      [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string
      [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector
      [HttpClient] Reject 3xx pushed responses
      [ProxyManagerBridge] Remove comment that reference github discussion
      [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer
      [Routing] Fix matching the "0" URL
      [Form] Fix EnumType choice_label logic for grouped choices
      The BrowserKit history with parameter separator without slash.
    nicolas-grekas committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    581d9d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      fix test
      Restore Relay 8.5 test
      account for PHP_ZTS being a boolean value on PHP 8.4+
      [Intl] Update data to ICU 78.1
      [Notifier][Smsbox] Add tests for `Mode` enum
      [DependencyInjection] Remove unused variable
      [Console] Fix exception message when abbreviation matches multiple hidden commands
      [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config
      [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass
      [Security] Fix UserBadge validation bypass via identifier normalizer
      [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper
      Fix typo in comment
      [Translation][Routing] Fix typos
      [Config] Fix nullable EnumNode with BackedEnum
      [String] Fix normalization in trimPrefix/trimSuffix
    xabbuh committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    d551b38 View commit details
    Browse the repository at this point in the history
Loading