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/flex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: symfony/flex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 3, 2025

  1. Fix CS

    nicolas-grekas committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    9df660e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Configuration menu
    Copy the full SHA
    ed41273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec65a9 View commit details
    Browse the repository at this point in the history
  3. feature #1071 Bump symfony/dotenv to v5.4 minimum (nicolas-grekas)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Bump symfony/dotenv to v5.4 minimum
    
    Commits
    -------
    
    fec65a9 Bump symfony/dotenv to v5.4 minimum
    nicolas-grekas committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    2b99ec7 View commit details
    Browse the repository at this point in the history
  4. feature #1070 Fix dump-env command when .env files reference other en…

    …v vars (nicolas-grekas)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Fix dump-env command when .env files reference other env vars
    
    At the moment, running `composer dump-env` on a 7.4 project generates a broken `APP_SHARE_DIR`.
    The reason is that since symfony/recipes#1465 we define that var as `"$APP_PROJECT_DIR/var/share"`
    Yet, when the command runs, all env vars are emptied to make the result context-free.
    
    This fixes it by hooking into calls to the `getenv()` function.
    
    Commits
    -------
    
    ed41273 Fix dump-env command when .env files reference other env vars
    nicolas-grekas committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    9cd3847 View commit details
    Browse the repository at this point in the history
Loading