Skip to content

Commit 6bd15a1

Browse files
committed
Tested up to version 1.17
1 parent 60b7ede commit 6bd15a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Client.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ abstract class Client
2222
*
2323
* @var array
2424
*/
25-
protected static $supportedVersions = ['1.7', '1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14', '1.15', '1.16'];
25+
protected static $supportedVersions =
26+
[
27+
'1.7', '1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17'
28+
];
2629

2730
/**
2831
* Response using callbacks

0 commit comments

Comments
 (0)