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/mock-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.1
Choose a base ref
...
head repository: php-http/mock-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Choose a head ref
  • 14 commits
  • 5 files changed
  • 4 contributors

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    45ac99e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Merge pull request #62 from JoepdeJong/patch-1

     Remove dependency on php-http/message-factory
    dbu authored May 14, 2023
    Configuration menu
    Copy the full SHA
    12107a1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. prepare release

    dbu committed May 17, 2023
    Configuration menu
    Copy the full SHA
    934fd35 View commit details
    Browse the repository at this point in the history
  2. fix tests

    dbu committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6277260 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from php-http/fix-build

    fix tests
    dbu authored May 17, 2023
    Configuration menu
    Copy the full SHA
    86cc715 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    39f8463 View commit details
    Browse the repository at this point in the history
  2. do psr17 discovery

    dbu committed May 21, 2023
    Configuration menu
    Copy the full SHA
    7d046f4 View commit details
    Browse the repository at this point in the history
  3. prefer psr 17 factory discovery

    dbu committed May 21, 2023
    Configuration menu
    Copy the full SHA
    b6a326a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65 from php-http/fix-factory

    test that mock client can discover a message factory
    dbu authored May 21, 2023
    Configuration menu
    Copy the full SHA
    ae5d717 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    95dc565 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #66 from GrahamCampbell/patch-1

    Test on PHP 8.3 and 8.4
    dbu authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e6d5d9b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Make compatible with PHP 8.4

    > Http\Mock\Client::setDefaultException(): Implicitly marking parameter $defaultException as nullable is deprecated, the explicit nullable type must be used instead
    
    > Http\Mock\Client::setDefaultResponse(): Implicitly marking parameter $defaultResponse as nullable is deprecated, the explicit nullable type must be used instead
    ruudk authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    37e533b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from ruudk/patch-1

    Make compatible with PHP 8.4
    dbu authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b3e9f57 View commit details
    Browse the repository at this point in the history
  3. prepare release

    dbu committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    81f5582 View commit details
    Browse the repository at this point in the history
Loading