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 202e857 commit 7a8f05eCopy full SHA for 7a8f05e
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 12.0.0 - 2025-03-25
10
+
11
+- Drop support for PHP 7.4 ([#937](https://github.com/php-curl-class/php-curl-class/pull/937))
12
13
## 11.1.0 - 2025-03-24
14
15
- Add methods like Curl::setGet() for each HTTP request method ([#936](https://github.com/php-curl-class/php-curl-class/pull/936))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- public const VERSION = '11.1.0';
+ public const VERSION = '12.0.0';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments