Skip to content

Commit

Permalink
Merge pull request #393 from intuit/v6.0.0
Browse files Browse the repository at this point in the history
Support for Composer2.0
  • Loading branch information
abisalehalliprasan authored Feb 9, 2021
2 parents 515c2d3 + 9593573 commit 73c395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/CoreConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class CoreConstants
* The Request source header value.
* @var string REQUESTSOURCEHEADER
*/
const USERAGENT = "V3PHPSDK5.4.7";
const USERAGENT = "V3PHPSDK6.0.0";

public static function getType($string, $return=1)
{
Expand Down

0 comments on commit 73c395d

Please sign in to comment.