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: php-http/discovery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.19.3
Choose a base ref
...
head repository: php-http/discovery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.19.4
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 28, 2024

  1. better define workable comparator

    for some reason, simple-phpunit installs phpunit 9 with incompatible comparator 5.
    this is probably a dependency mistake in phpunit. rather than declare a
    global conflict that messes with other packages, we now require-dev the
    versions that work.
    dbu committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b68538a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #264 from php-http/fix-phpunit-dependencies

    better define workable comparator
    dbu authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1493be5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. prepare release

    dbu committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0700efd View commit details
    Browse the repository at this point in the history
Loading