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/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.7
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.8
Choose a head ref
  • 15 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    2445787 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Remove "branch-alias", populate "version"
    nicolas-grekas committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    3567a20 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.1

    * 4.4:
      [appveyor] fix checking for the .x branch
      Remove "branch-alias", populate "version"
    nicolas-grekas committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a65fb3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a67c235 View commit details
    Browse the repository at this point in the history
  5. Merge branch '3.4' into 4.4

    * 3.4:
      Update versions in composer.json
    nicolas-grekas committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    3169e80 View commit details
    Browse the repository at this point in the history
  6. Merge branch '4.4' into 5.1

    * 4.4:
      Update versions in composer.json
      [Mime] Fix serialization of RawMessage
    nicolas-grekas committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f5ac0cc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    ff9374c View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Remove "version" from composer.json files, use "branch-version" instead
    nicolas-grekas committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    97beca0 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.1

    * 4.4:
      Remove "version" from composer.json files, use "branch-version" instead
    nicolas-grekas committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    71a6143 View commit details
    Browse the repository at this point in the history
  4. Fix branch-version

    nicolas-grekas committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3040ea7 View commit details
    Browse the repository at this point in the history
  5. Merge branch '3.4' into 4.4

    * 3.4:
      Fix branch-version
    nicolas-grekas committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a30dd52 View commit details
    Browse the repository at this point in the history
  6. Merge branch '4.4' into 5.1

    * 4.4:
      Fix branch-version
    nicolas-grekas committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b41868f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    a10b1da View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Remove branch-version (keep them for contracts only)
      [Serializer] fix decoding float XML attributes starting with 0
      add missing dutch translations
      [Validator] Add missing romanian translations
      do not translate null placeholders or titles
    nicolas-grekas committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    20f73dd View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.1

    * 4.4:
      fix merge
      Remove branch-version (keep them for contracts only)
      [HttpClient] relax auth bearer format requirements
      [PHPUnitBridge] Silence errors from mkdir()
      [DependencyInjection] Preload classes with union types correctly.
      [Serializer] fix decoding float XML attributes starting with 0
      add missing dutch translations
      Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait
      Add expectDeprecation, expectNotice, expectWarning, and expectError to TestCase polyfill
      Add missing exporter function for PHPUnit 7
      [Validator] Add missing romanian translations
      [Cache] Use correct expiry in ChainAdapter
      do not translate null placeholders or titles
    nicolas-grekas committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    e0b2c29 View commit details
    Browse the repository at this point in the history
Loading