We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9a9ad commit c5e4117Copy full SHA for c5e4117
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "php-telegram/laravel",
+ "name": "php-telegram-bot/laravel",
3
"type": "library",
4
"description": "Package to integrate PHP Telegram Bot library in Laravel 5.x",
5
"keywords": [
@@ -24,7 +24,6 @@
24
"require": {
25
"php": ">=5.5.9",
26
"illuminate/database": "5.*",
27
- "illuminate/http": "5.*",
28
"illuminate/support": "5.*",
29
"longman/telegram-bot": "^0.53.0"
30
},
@@ -51,10 +50,7 @@
51
50
"laravel": {
52
"providers": [
53
"PhpTelegramBot\\Laravel\\PhpTelegramBotServiceProvider"
54
- ],
55
- "aliases": {
56
- "PhpTelegramBot": "PhpTelegramBot\\Laravel\\Facades\\PhpTelegramBot"
57
- }
+ ]
58
}
59
60
0 commit comments