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 8cbaf60 commit c8a7bc9Copy full SHA for c8a7bc9
CHANGELOG.md
@@ -6,6 +6,11 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 11.0.1 - 2025-01-13
10
+
11
+- Increase Psalm strictness ([#909](https://github.com/php-curl-class/php-curl-class/pull/909))
12
+- Increase PHPStan strictness ([#908](https://github.com/php-curl-class/php-curl-class/pull/908))
13
14
## 11.0.0 - 2024-08-22
15
16
- Drop support for PHP 7.3 ([#889](https://github.com/php-curl-class/php-curl-class/pull/889))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- public const VERSION = '11.0.0';
+ public const VERSION = '11.0.1';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments