mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-19 23:44:49 +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-factory": "^1.0",
|
||||
"psr/http-message": "^1.0||^2.0",
|
||||
"psr/log": "^3.0"
|
||||
"psr/log": "^1.1||^2.0||^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.77",
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ use RuntimeException;
|
||||
*/
|
||||
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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user