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/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.10
Choose a base ref
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.11
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 25, 2023

  1. Copy the full SHA
    8e12706 View commit details
  2. Merge branch '5.4' into 6.2

    * 5.4:
      [5.4] Allow PhpUnitBridge v7
      [Console] block input stream if needed When the input stream used in the question helper is not blocking, the default value is always used as the stream return false. In order to fix that, we force the stream to be in blocking state and go back to the old state after so other logic is not impacted by this change
    nicolas-grekas committed May 25, 2023
    Copy the full SHA
    7d10f2a View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 composer.json
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
"twig/twig": "^2.13|^3.0.4"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<5.4"
},
"suggest": {