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: 7.3
Choose a base ref
...
head repository: symfony/filesystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 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 Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    a2c66f8 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
  2. Merge branch '7.4' into 8.0

    * 7.4:
      Fix php.net links
      fix version number in deprecation
      configuration for the storage service for the login throttling rate limiter
      chore: PHP CS Fixer fixes
      [ObjectMapper] Correctly manage constructor initialization
      [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type
      [Messenger] Allow any `ServiceResetterInterface` implementation in `ResetServicesListener`
      return early if handle has been cleaned up before
      chore: Increase minimum version of type-info component
      [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command
      Update sponsors for Symfony 7.3
      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
    7fc1e06 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 28, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [Serializer] Make data provider return type match its PHPDoc
      fix fixture files locations
      resolve conflict
      [Console] Fix `TreeHelper::addChild` when providing a string
      [Serializer] Handle invalid mapping type property type
      [Config] Do not generate unreachable configuration paths
      [WebProfilerBundle] Fix missing indent on non php files opended in the profiler
      [Serializer] Add missing CHANGELOG entry
      [Validator] Add `min` and `max` in both error messages of `LengthValidator`
      remove docblocks for deprecated argument types
      [ObjectMapper] skip reading uninitialized values
      [Security] Support union type for `#[CurrentUser]` attribute
      Fix typos
      [Serializer] Add CDATA_WRAPPING_NAME_PATTERN support to XmlEncoder
      [JsonPath] Fix parsing invalid Unicode codepoints
      [FrameworkBundle] Fix cache warmers tests
      [AssetMapper] Add support for loading JSON using import statements
      [BrowserKit] Add PHPUnit constraints: `BrowserHistoryIsOnFirstPage` and `BrowserHistoryIsOnLastPage`
    xabbuh committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    bd0f8a4 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 1, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      run tests using PHPUnit 11.5
      make data provider static
      [Lock] Fix using fractional TTLs on all platforms
      [Lock] Fixes an issue with PostgreSQL when using fractional TTLs
      [Console][Table] Fix unnecessary wrapping
      [DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN
      disable detecting modified indexes with DBAL 4.3
      [cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Cluster
      relax assertions for forward compatibility with Symfony 7.4
      [Console][Table] Fix invalid UTF-8 due to text wrapping
    nicolas-grekas committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    dcf90dc 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
  2. Merge branch '7.4' into 8.0

    * 7.4:
      replace PHPUnit annotations with attributes
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    59ad45d View commit details
    Browse the repository at this point in the history
Loading