Skip to content

Commit 51109a8

Browse files
committed
init3
1 parent 0580e18 commit 51109a8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "longman/telegramapi",
2+
"name": "longman/telegram-api",
33
"type": "library",
44
"description": "PHP library",
55
"keywords": ["string", "utilities", "translit"],
File renamed without changes.

src/entities/message.php renamed to src/entities/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace TelegramApi\entities;
2+
namespace Longman\TelegramApi\entities;
33

44

55

src/entities/update.php renamed to src/entities/Update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace TelegramApi\entities;
2+
namespace Longman\TelegramApi\entities;
33

44

55

0 commit comments

Comments
 (0)