We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff5d53 commit 01a0e43Copy full SHA for 01a0e43
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 11.0.5 - 2025-03-11
10
+
11
+- Fix PHPStan static analysis errors ([#929](https://github.com/php-curl-class/php-curl-class/pull/929))
12
13
## 11.0.4 - 2025-02-20
14
15
- Increase psalm strictness ([#925](https://github.com/php-curl-class/php-curl-class/pull/925))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- public const VERSION = '11.0.4';
+ public const VERSION = '11.0.5';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments