Skip to content

Commit

Permalink
Fix version used in the User Agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
amouhzi committed Apr 11, 2021
1 parent 0bddefe commit 8a3e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Curl/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Curl
/**
* @var string The user agent name which is set when making a request
*/
const USER_AGENT = 'PHP Curl/2.4 (+https://github.com/php-mod/curl)';
const USER_AGENT = 'PHP Curl/2.3 (+https://github.com/php-mod/curl)';

private $_cookies = array();

Expand Down

0 comments on commit 8a3e3f1

Please sign in to comment.