Skip to content

Commit 73c395d

Browse files
Merge pull request #393 from intuit/v6.0.0
Support for Composer2.0
2 parents 515c2d3 + 9593573 commit 73c395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/CoreConstants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class CoreConstants
297297
* The Request source header value.
298298
* @var string REQUESTSOURCEHEADER
299299
*/
300-
const USERAGENT = "V3PHPSDK5.4.7";
300+
const USERAGENT = "V3PHPSDK6.0.0";
301301

302302
public static function getType($string, $return=1)
303303
{

0 commit comments

Comments
 (0)