Skip to content

Commit 6778d20

Browse files
authored
Merge pull request #13 from ASKozienko/use-formapro-values
Use formapro/values
2 parents 03ab028 + b23c938 commit 6778d20

24 files changed

+56
-56
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": "^7.1.3",
9-
"makasim/values": "^0.5",
9+
"formapro/values": "^0.5",
1010
"guzzlehttp/guzzle": "^6.3"
1111
},
1212
"autoload": {

src/AnswerCallbackQuery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
namespace Formapro\TelegramBot;
33

4-
use function Makasim\Values\get_value;
5-
use function Makasim\Values\set_value;
4+
use function Formapro\Values\get_value;
5+
use function Formapro\Values\set_value;
66

77
class AnswerCallbackQuery
88
{

src/AnswerPreCheckoutQuery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
namespace Formapro\TelegramBot;
33

4-
use function Makasim\Values\get_value;
5-
use function Makasim\Values\set_value;
4+
use function Formapro\Values\get_value;
5+
use function Formapro\Values\set_value;
66

77
class AnswerPreCheckoutQuery
88
{

src/Bot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Formapro\TelegramBot;
44

55
use Psr\Http\Message\ResponseInterface;
6-
use function Makasim\Values\set_value;
7-
use function Makasim\Values\get_values;
6+
use function Formapro\Values\set_value;
7+
use function Formapro\Values\get_values;
88

99
class Bot
1010
{

src/CallbackQuery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
namespace Formapro\TelegramBot;
33

4-
use function Makasim\Values\get_object;
5-
use function Makasim\Values\get_value;
4+
use function Formapro\Values\get_object;
5+
use function Formapro\Values\get_value;
66

77
class CallbackQuery
88
{

src/Chat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Formapro\TelegramBot;
44

5-
use function Makasim\Values\get_value;
5+
use function Formapro\Values\get_value;
66

77
class Chat
88
{

src/Contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Formapro\TelegramBot;
44

5-
use function Makasim\Values\get_value;
5+
use function Formapro\Values\get_value;
66

77
class Contact
88
{

src/InlineKeyboardButton.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Formapro\TelegramBot;
44

5-
use function Makasim\Values\get_value;
6-
use function Makasim\Values\set_value;
5+
use function Formapro\Values\get_value;
6+
use function Formapro\Values\set_value;
77

88
class InlineKeyboardButton
99
{

src/InlineKeyboardMarkup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Formapro\TelegramBot;
44

5-
use function Makasim\Values\add_object;
5+
use function Formapro\Values\add_object;
66

77
class InlineKeyboardMarkup implements ReplyMarkup
88
{

src/KeyboardButton.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Formapro\TelegramBot;
44

5-
use function Makasim\Values\get_value;
6-
use function Makasim\Values\set_value;
5+
use function Formapro\Values\get_value;
6+
use function Formapro\Values\set_value;
77

88
class KeyboardButton
99
{

0 commit comments

Comments
 (0)