mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-05 07:16:27 +00:00
Bump version: 11.0.3 → 11.0.4
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 11.0.4 - 2025-02-20
|
||||
|
||||
- Increase psalm strictness ([#925](https://github.com/php-curl-class/php-curl-class/pull/925))
|
||||
|
||||
## 11.0.3 - 2025-02-19
|
||||
|
||||
- Use default for Psalm ensureOverrideAttribute ([#923](https://github.com/php-curl-class/php-curl-class/pull/923))
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ namespace Curl;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
public const VERSION = '11.0.3';
|
||||
public const VERSION = '11.0.4';
|
||||
public const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user