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

Commits on Feb 10, 2023

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

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    42276be View commit details
    Browse the repository at this point in the history
  2. bug #968 Fix keeping platform requirements when rebooting composer (n…

    …icolas-grekas)
    
    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Fix keeping platform requirements when rebooting composer
    
    Commits
    -------
    
    9aca8f3 Fix keeping platform requirements when rebooting composer
    nicolas-grekas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7c25be3 View commit details
    Browse the repository at this point in the history
  3. bug #1003 Decouple psr-http-message-bridge from extra.symfony.require…

    … for versions before 6.4 (nicolas-grekas)
    
    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4
    
    Should fix issues like getsentry/sentry-symfony#750 and symfony/recipes#1236
    
    Before 6.4, the bridge was not in `symfony/symfony` so that `extra.symfony.require` shouldn't apply to earlier versions.
    
    We *could* improve the API and flex to handle this concern at a more generic level, but this is so rare that I suggest hard-coding the rule in flex.
    
    Commits
    -------
    
    42276be Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4
    nicolas-grekas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f1cf401 View commit details
    Browse the repository at this point in the history
Loading