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: phpgt/Http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.7
Choose a base ref
...
head repository: phpgt/Http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.8
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 5, 2022

  1. feature: reload and throw away query string (#178)

    closes #177
    Greg Bowler authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    eff90a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Bump phpstan/phpstan from 1.8.6 to 1.9.4 (#182)

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.6 to 1.9.4.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.8.6...1.9.4)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    f0988f4 View commit details
    Browse the repository at this point in the history
  2. feature: request factory creates uri with all parts (#183)

    * feature: request factory creates uri with all parts
    
    * test: fix existing tests
    
    * stan: cast int properly
    Greg Bowler authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    e3e4cf5 View commit details
    Browse the repository at this point in the history
Loading