mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-30 03:57:41 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 033fa42b79 |
+9
-1
@@ -1,7 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "bushlanov-dev/max-bot-api-client-php",
|
"name": "bushlanov-dev/max-bot-api-client-php",
|
||||||
"description": "Max Bot API Client library",
|
"description": "Max Bot API Client library",
|
||||||
"keywords": ["max messenger", "bot", "max", "api", "max bot", "laravel", "laravel max bot"],
|
"keywords": [
|
||||||
|
"max messenger",
|
||||||
|
"bot",
|
||||||
|
"max",
|
||||||
|
"api",
|
||||||
|
"max bot",
|
||||||
|
"laravel",
|
||||||
|
"laravel max bot"
|
||||||
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@ use RuntimeException;
|
|||||||
*/
|
*/
|
||||||
class Api
|
class Api
|
||||||
{
|
{
|
||||||
public const string LIBRARY_VERSION = '1.0.1';
|
public const string LIBRARY_VERSION = '1.2.1';
|
||||||
|
|
||||||
public const string API_VERSION = '0.0.6';
|
public const string API_VERSION = '0.0.6';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user