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-curl-class/php-curl-class
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.0.3
Choose a base ref
...
head repository: php-curl-class/php-curl-class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.0.4
Choose a head ref
  • 13 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 6, 2025

  1. Bump urllib3 from 2.5.0 to 2.6.0 in /scripts

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.5.0...2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    bd88407 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1021 from php-curl-class/dependabot/pip/scripts/u…

    …rllib3-2.6.0
    
    Bump urllib3 from 2.5.0 to 2.6.0 in /scripts
    github-actions[bot] authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    9bbd1a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    616facf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1022 from php-curl-class-helper/create-pull-reque…

    …st/pre-commit
    
    ⬆ Update pre-commit dependencies
    github-actions[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    7ba0979 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Update outdated dependencies list (#1023)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Zach Borboa <zachborboa@gmail.com>
    3 people authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    e8850c3 View commit details
    Browse the repository at this point in the history
  2. ⬆ Bump urllib3 from 2.6.0 to 2.6.1

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.6.0...2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.1
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    acf35d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1024 from php-curl-class/dependabot/pip/urllib3-2…

    ….6.1
    
    ⬆ Bump urllib3 from 2.6.0 to 2.6.1
    github-actions[bot] authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    798a1bf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. ⬆ Bump peter-evans/create-pull-request from 7 to 8 (#1026)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    ce14641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369aeac View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Fix psalm error (#1027)

    ERROR: PossiblyNullArrayOffset - ../src/Curl/CaseInsensitiveArray.php:183:16 - Cannot access value on variable $this->keys using possibly null offset array-key|null (see https://psalm.dev/125)
            return $this->keys[$key] ?? $key;
    zachborboa authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    a91a932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11b06d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1025 from php-curl-class-helper/create-pull-reque…

    …st/outdated
    
    ⬆ Update outdated dependencies list
    zachborboa authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    efad621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    430cdfd View commit details
    Browse the repository at this point in the history
Loading