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.8.2
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.9.0
Choose a head ref
  • 7 commits
  • 18 files changed
  • 1 contributor

Commits on Oct 30, 2025

  1. Some love for tests

    nicolas-grekas committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    ca96fe3 View commit details
    Browse the repository at this point in the history
  2. bug #1065 Some love for tests - fix Symfony 8 support (nicolas-grekas)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Some love for tests - fix Symfony 8 support
    
    fabbot failures are false-positives
    
    Commits
    -------
    
    ca96fe3 Some love for tests
    nicolas-grekas committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    b0db3b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73537e7 View commit details
    Browse the repository at this point in the history
  4. bug #1066 Fix ignoring unstable releases with --prefer-lowest and --p…

    …refer-stable (nicolas-grekas)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Fix ignoring unstable releases with --prefer-lowest and --prefer-stable
    
    This is a behavior that has been broken about one year ago by [a change is composer](composer/composer@685add7).
    
    The attached implementation is way more robust since it uses a documented hook for plugins.
    
    I tried to explain why this behavior should be the default also for composer without success so far, see:
    composer/composer#12581
    
    This is a must when testing lowest deps seriously, backed by years of practice :)
    
    Commits
    -------
    
    73537e7 Fix ignoring unstable releases with --prefer-lowest and --prefer-stable
    nicolas-grekas committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    2d3822e View commit details
    Browse the repository at this point in the history
  5. Bump deps, PHP >= 8.1

    nicolas-grekas committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    556ab3b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Configuration menu
    Copy the full SHA
    cc37c66 View commit details
    Browse the repository at this point in the history
  2. minor #1068 Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possibl…

    …e (nicolas-grekas)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possible
    
    This leverages composer/composer#12585
    
    The code added in #1066 remains as a fallback.
    
    Commits
    -------
    
    cc37c66 Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possible
    nicolas-grekas committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    94b3797 View commit details
    Browse the repository at this point in the history
Loading