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: 62d5c38
Choose a base ref
...
head repository: symfony/flex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ccc4d2d
Choose a head ref
  • 16 commits
  • 20 files changed
  • 6 contributors

Commits on May 19, 2025

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

Commits on May 20, 2025

  1. minor #1045 Handle phpunit.xml.dist as an alias of phpunit.dist.xml (…

    …nicolas-grekas)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Handle phpunit.xml.dist as an alias of phpunit.dist.xml
    
    Should smoothen the transition from phpunit.xml.dist to phpunit.dist.xml
    
    Tested on a small app where the file is renamed between installation and removal of phpunit/phpunit, flex tracks the move successfully.
    
    Commits
    -------
    
    3a62dd9 Handle phpunit.xml.dist as an alias of phpunit.dist.xml
    fabpot committed May 20, 2025
    Configuration menu
    Copy the full SHA
    a9b6d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee3a0d5 View commit details
    Browse the repository at this point in the history
  3. fix jsonPath in ComposerScriptsConfigurator::update (#1011)

    * fix jsonPath in ComposerScriptsConfigurator::update
    
    * fix jsonPath in ComposerScriptsConfigurator::update
    
    (+coding standards fix)
    
    * fix jsonPath in ComposerScriptsConfigurator::update
    
    * fabbot patch
    klkvsk authored May 20, 2025
    Configuration menu
    Copy the full SHA
    3c0362f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dfcd09 View commit details
    Browse the repository at this point in the history
  5. bug #950 Resolve directories for copy from recipe in update case (shyim)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Resolve directories for copy from recipe in update case
    
    The update case of `CopyFromRecipeConfigurator` does not respect the folders in the config.
    https://symfony.com/doc/current/setup/flex.html#customizing-flex-paths
    
    Commits
    -------
    
    ee3a0d5 Resolve directories for copy from recipe in update case
    nicolas-grekas committed May 20, 2025
    Configuration menu
    Copy the full SHA
    da41c15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9865fc1 View commit details
    Browse the repository at this point in the history
  7. bug #1046 Don't run git hooks when running recipes:update (nicolas-gr…

    …ekas)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Don't run git hooks when running recipes:update
    
    Fix #939
    
    Commits
    -------
    
    9865fc1 Dont run git hooks when running recipes:update
    nicolas-grekas committed May 20, 2025
    Configuration menu
    Copy the full SHA
    bd0fd94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e60e03d View commit details
    Browse the repository at this point in the history
  9. bug #1047 Ignore warnings related to opcache.restrict_api (nicolas-gr…

    …ekas)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Ignore warnings related to opcache.restrict_api
    
    Fix #986
    
    Commits
    -------
    
    e60e03d Ignore warnings related to opcache.restrict_api
    nicolas-grekas committed May 20, 2025
    Configuration menu
    Copy the full SHA
    52fea95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c70161 View commit details
    Browse the repository at this point in the history
  11. feature #963 Add --yes flag to recipes:install command to overwrite a…

    …ll files without asking (shyim)
    
    This PR was squashed before being merged into the 2.x branch.
    
    Discussion
    ----------
    
    Add --yes flag to recipes:install command to overwrite all files without asking
    
    When I run `recipes:install --reset --force -n` **no files are overwritten**, as the default as been set to false.
    
    There is currently also no way to accept that, so I changed it back to `true`
    
    Commits
    -------
    
    9c70161 Add --yes flag to recipes:install command to overwrite all files without asking
    nicolas-grekas committed May 20, 2025
    Configuration menu
    Copy the full SHA
    5f92875 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Configuration menu
    Copy the full SHA
    cfe894c View commit details
    Browse the repository at this point in the history
  2. bug #1048 Fix needless call to flex API on composer i (nicolas-grekas)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Fix needless call to flex API on composer i
    
    Fix #1040
    
    Commits
    -------
    
    cfe894c Fix needless call to flex API on composer i
    nicolas-grekas committed May 21, 2025
    Configuration menu
    Copy the full SHA
    21937a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39ff4d5 View commit details
    Browse the repository at this point in the history
  4. bug #1049 Don't copy constraint from framework-bundle when installing…

    … a new symfony package (nicolas-grekas)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Don't copy constraint from framework-bundle when installing a new symfony package
    
    Fix #989
    
    Commits
    -------
    
    39ff4d5 Dont copy constraint from framework-bundle when installing a new symfony package
    nicolas-grekas committed May 21, 2025
    Configuration menu
    Copy the full SHA
    ccc4d2d View commit details
    Browse the repository at this point in the history
Loading