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

Commits on Apr 15, 2025

  1. Update CHANGELOG.md for all providers

    Prepare new release for PHP Geocoder 5 support.
    jbelien committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    36e81e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Resolve some deprecations and remove igorw/get-in dependency (#1257)

    * Remove `igorw/get-in` dependency to simplify code
    
    * Fix phpunit deprecation
    
    * Simplify phpunit's `->will($this->returnValue())` with `->willReturn()`
    
    * Simplify phpunit's `->will($this->returnCallback())` with `->willReturnCallback()`
    
    * Fix deprecated mock builder `setMethds` with `createPartialMock`
    
    * Remove deprecated phpstan `checkGenericClassInNonGenericObjectType` option
    
    * Bump phpunit to 9.6
    
    ---------
    
    Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com>
    norkunas and jbelien authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    581d1fb View commit details
    Browse the repository at this point in the history
Loading