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/dotenv
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/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0
Choose a head ref
  • 16 commits
  • 9 files changed
  • 9 contributors

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    b0a2dff 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
    45a56b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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

Commits on Jun 9, 2025

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

Commits on Jun 12, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [Console] Support enum in invokable commands
      fix missing newline
      [Console] Simplify using invokable commands when the component is used standalone
      [Console] Fix setting aliases & hidden via name
      remove no longer needed conflict rule on symfony/event-dispatcher
      [JsonStreamer] Add PHPDoc to generated code
      [SecurityBundle] register alias for argument for password hasher
    chalasr committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    1bbfc1d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

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

Commits on Jun 20, 2025

  1. Configuration menu
    Copy the full SHA
    7d690cf View commit details
    Browse the repository at this point in the history
  2. Fix CHANGELOG

    fabpot committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    05c1764 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
    32f9fa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [ObjectMapper] handle non existing property errors
      Fix AsCronTask not passing arguments to command
      [HttpFoundation] Fix deprecation in tests on PHP 8.5
      Fix typo
      [Cache] Bump ext-redis to 6.2 and ext-relay to 0.11 minimum
      [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation
      [DependencyInjection] CS fix
      chore: PHP CS Fixer fixes
      Leverage get_error_handler()
      Various CS fixes
      Allow mixed root on CompoundConstraintTestCase validator
      [Serializer] Fix readonly property initialization from incorrect scope
      Update BrevoRequestParser.php
      [JsonPath] Improve escape sequence validation in name selector
    nicolas-grekas committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    eb34324 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
    61ce0b5 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
    586c44e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    13fdf12 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
    1d8bd52 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

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

Commits on Aug 12, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      skip legacy extractor test with symfony/property-info 8.0+
      chore: heredoc indentation as of PHP 7.3
      [Actions] remove dead code from integration-test We can always revisit later if needed.From 2021 its there and not in use
    nicolas-grekas committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    cacdd55 View commit details
    Browse the repository at this point in the history
Loading