Bump version: 10.0.1 → 11.0.0

This commit is contained in:
github-actions[bot]
2024-08-22 18:03:48 +00:00
parent 2e293e082a
commit db6f650c47
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,6 +6,12 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 11.0.0 - 2024-08-22
- Drop support for PHP 7.3 ([#889](https://github.com/php-curl-class/php-curl-class/pull/889))
- Drop support for PHP 7.2 ([#888](https://github.com/php-curl-class/php-curl-class/pull/888))
- Drop support for PHP 7.1 ([#887](https://github.com/php-curl-class/php-curl-class/pull/887))
## 10.0.1 - 2024-08-21
- Use nullable type declaration ([#882](https://github.com/php-curl-class/php-curl-class/pull/882))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
public const VERSION = '10.0.1';
public const VERSION = '11.0.0';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;