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: composer/composer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0
Choose a base ref
...
head repository: composer/composer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.1
Choose a head ref
  • 17 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 10, 2020

  1. Fix changelog

    Seldaek authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    625b472 View commit details
    Browse the repository at this point in the history
  2. Typo

    Seldaek authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    cd94974 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d271004 View commit details
    Browse the repository at this point in the history
  4. Fix test

    Seldaek committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3e82542 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    55d252b View commit details
    Browse the repository at this point in the history
  2. Update src/Composer/Repository/Vcs/GitLabDriver.php

    Co-Authored-By: Jordi Boggiano <j.boggiano@seld.be>
    glaubinix and Seldaek authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    402c64c View commit details
    Browse the repository at this point in the history
  3. Allow configuring a path repo to an empty path as long as using wildc…

    …ards and the wildcard root exists, fixes #8679
    Seldaek committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    d559bf5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8682 from glaubinix/f/gitlab-guest-token-access

    GitLab: properly handle token which has Guest only access
    Seldaek authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a453792 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Fix PHP 8 warnings

    The PR fixes this PHP 8 warning:
    PHP Deprecated:  Required parameter $ambiguousClasses follows optional parameter $blacklist in phar://.../composer.phar/src/Composer/Autoload/AutoloadGenerator.php on line 339
    matbech authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1ebeb14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8686 from matbech/patch-1

    Fix PHP 8 deprecated warnings
    Seldaek authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d0d786c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Put backticks around command for readability.

    Helps to promote the command to discern it from the sentence. :)
    aejnsn authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b41e768 View commit details
    Browse the repository at this point in the history
  2. Add backticks to test.

    aejnsn authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    33479f0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from aejnsn/patch-2

    Add backticks to test.
    aejnsn authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    48b1b90 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8688 from aejnsn/patch-1

    Adds backticks around `composer fund` to improve readability.
    Seldaek authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    12b3270 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86677ad View commit details
    Browse the repository at this point in the history
  6. Update changelog

    Seldaek committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    d6456f5 View commit details
    Browse the repository at this point in the history
  7. Release 1.10.1

    Seldaek committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b912a45 View commit details
    Browse the repository at this point in the history
Loading