mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-28 11:06:59 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fdfca53ee | |||
| 9df8ed8817 | |||
| 455b36ba2a |
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
"psr/http-client": "^1.0",
|
"psr/http-client": "^1.0",
|
||||||
"psr/http-factory": "^1.0",
|
"psr/http-factory": "^1.0",
|
||||||
"psr/http-message": "^1.0||^2.0",
|
"psr/http-message": "^1.0||^2.0",
|
||||||
"psr/log": "^3.0"
|
"psr/log": "^1.1||^2.0||^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^3.77",
|
"friendsofphp/php-cs-fixer": "^3.77",
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@ use RuntimeException;
|
|||||||
*/
|
*/
|
||||||
class Api
|
class Api
|
||||||
{
|
{
|
||||||
public const string LIBRARY_VERSION = '1.6.1';
|
public const string LIBRARY_VERSION = '1.6.2';
|
||||||
|
|
||||||
public const string API_VERSION = '1.2.5';
|
public const string API_VERSION = '1.2.5';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user