Skip to content

Commit

Permalink
Remove deprecated LOW_CURL_VERSION_NUMBER constant (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 31, 2024
1 parent f3e0083 commit 9d480cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Handler/CurlFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ class CurlFactory implements CurlFactoryInterface
{
public const CURL_VERSION_STR = 'curl_version';

/**
* @deprecated
*/
public const LOW_CURL_VERSION_NUMBER = '7.21.2';

/**
* @var resource[]|\CurlHandle[]
*/
Expand Down

0 comments on commit 9d480cc

Please sign in to comment.