File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ backwards-incompatible changes that will affect existing usage.
6
6
7
7
<!-- CHANGELOG_PLACEHOLDER -->
8
8
9
+ ## 11.0.0 - 2024-08-22
10
+
11
+ - Drop support for PHP 7.3 ([ #889 ] ( https://github.com/php-curl-class/php-curl-class/pull/889 ) )
12
+ - Drop support for PHP 7.2 ([ #888 ] ( https://github.com/php-curl-class/php-curl-class/pull/888 ) )
13
+ - Drop support for PHP 7.1 ([ #887 ] ( https://github.com/php-curl-class/php-curl-class/pull/887 ) )
14
+
9
15
## 10.0.1 - 2024-08-21
10
16
11
17
- Use nullable type declaration ([ #882 ] ( https://github.com/php-curl-class/php-curl-class/pull/882 ) )
Original file line number Diff line number Diff line change 6
6
7
7
class Curl extends BaseCurl
8
8
{
9
- public const VERSION = '10 .0.1 ' ;
9
+ public const VERSION = '11 .0.0 ' ;
10
10
public const DEFAULT_TIMEOUT = 30 ;
11
11
12
12
public $ curl = null ;
You can’t perform that action at this time.
0 commit comments