Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc50bd commit 6162edfCopy full SHA for 6162edf
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 11.0.4 - 2025-02-20
10
+
11
+- Increase psalm strictness ([#925](https://github.com/php-curl-class/php-curl-class/pull/925))
12
13
## 11.0.3 - 2025-02-19
14
15
- Use default for Psalm ensureOverrideAttribute ([#923](https://github.com/php-curl-class/php-curl-class/pull/923))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- public const VERSION = '11.0.3';
+ public const VERSION = '11.0.4';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments