Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: 11.0.1
Choose a base ref
Loading
...
head repository: php-curl-class/php-curl-class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.0.2
Choose a head ref
Loading
  • 19 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 27, 2025

  1. Fix CI tests (psalm) (#913)

    * Display psalm version being run
    
    * Update exclusions
    
    * Use separate configuration for PHP 7.4
    
    * Remove temporary workaround
    zachborboa authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    8259795 View commit details
    Browse the repository at this point in the history
  2. ⬆ Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    e713a1e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #914 from php-curl-class/dependabot/github_actions…

    …/dependabot/fetch-metadata-2.3.0
    
    ⬆ Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
    github-actions[bot] authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    492432c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

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

    …t/patch
    
    Update pre-commit dependencies
    github-actions[bot] authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    bd68ef8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

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

    …t/patch
    
    Update pre-commit dependencies
    github-actions[bot] authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    49f5b64 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Bump cryptography from 43.0.1 to 44.0.1 in /scripts

    Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.1...44.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    cd97df1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #917 from php-curl-class/dependabot/pip/scripts/cr…

    …yptography-44.0.1
    
    Bump cryptography from 43.0.1 to 44.0.1 in /scripts
    github-actions[bot] authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    2386b2a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    f9494a3 View commit details
    Browse the repository at this point in the history
  2. Fix CI (PHPUnit) (#918)

    * Add shims for PHPUnit
    
    * Fix PHPUnit error: undefined method returnValue()
    
    1) CurlTest\PHPCurlClassTest::testMock
    Error: Call to undefined method CurlTest\PHPCurlClassTest::returnValue()
    
    * Fix PHPUnit risky test by restoring error handler before exception thrown
    
    There was 1 risky test:
    
    1) CurlTest\PHPCurlClassTest::testRequiredOptionCurlOptReturnTransferEmitsWarningPHPUnit10Plus
    Test code or tested code did not remove its own error handlers
    
    * Fix psalm errors
    
    * Add attributes for version constraint
    
    * Temporarily pin psalm to fix ci
    zachborboa authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    fd902b4 View commit details
    Browse the repository at this point in the history
  3. ⬆ Bump pygithub from 2.5.0 to 2.6.0

    Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/pygithub/pygithub/releases)
    - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
    - [Commits](PyGithub/PyGithub@v2.5.0...v2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygithub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    277ece4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #919 from php-curl-class/dependabot/pip/pygithub-2…

    ….6.0
    
    ⬆ Bump pygithub from 2.5.0 to 2.6.0
    github-actions[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    8190071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86eb0d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Merge pull request #920 from php-curl-class-helper/create-pull-reques…

    …t/patch
    
    Update pre-commit dependencies
    github-actions[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    869c7f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3348afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d05e75a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ece27e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    214cfe0 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.