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/phpunit-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2@{1day}
Choose a base ref
...
head repository: symfony/phpunit-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 1, 2025

  1. skip interactive questions asked by Composer

    following #60587 so that the installation script is not blocked by
    Composer asking to install the bridge as a dev dependency:
    
    ```
    The package you required is recommended to be placed in require-dev (because it is tagged as "testing") but you did not use --dev.
    Do you want to re-run the command with --dev? [yes]?
    ```
    xabbuh committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    7a4a92d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      skip interactive questions asked by Composer
      [SecurityBundle] Remove `AnonymousFactory` leftovers
      [Translation] Validate of pt_BR translation by a native speaker
    xabbuh committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    e505247 View commit details
    Browse the repository at this point in the history
Loading