8000 Comparing 5.0.0...master · geocoder-php/php-common · GitHub
[go: up one dir, main page]

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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0
Choose a base ref
...
head repository: geocoder-php/php-common
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 Jan 19, 2025

  1. Update symfony/stopwatch requirement from ~2.5 || ~5.0 to ~2.5 || ~5.…

    …0 || ~7.0 in /src/Common (#1238)
    
    Update symfony/stopwatch requirement from ~2.5 || ~5.0 to ~2.5 || ~5.0 || ~7.0
    
    ---
    updated-dependencies:
    - dependency-name: symfony/stopwatch
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    72bd9e0 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
    43f8145 View commit details
    Browse the repository at this point in the history
Loading
0