Skip to content

0.11.1

Latest

Choose a tag to compare

@oschwald oschwald released this 13 Jan 17:57
Immutable release. Only release title and notes can be modified.
c309236
  • Removed deprecated curl_close() calls. These were no-ops since PHP 8.0
    and are deprecated in PHP 8.5. Pull request by Sam Reed. GitHub #105.
  • Added native property and return types. PHPStan level increased from 6 to 8.