Skip to content

Commit c5e4117

Browse files
committed
Update namespace
1 parent 4e9a9ad commit c5e4117

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "php-telegram/laravel",
2+
"name": "php-telegram-bot/laravel",
33
"type": "library",
44
"description": "Package to integrate PHP Telegram Bot library in Laravel 5.x",
55
"keywords": [
@@ -24,7 +24,6 @@
2424
"require": {
2525
"php": ">=5.5.9",
2626
"illuminate/database": "5.*",
27-
"illuminate/http": "5.*",
2827
"illuminate/support": "5.*",
2928
"longman/telegram-bot": "^0.53.0"
3029
},
@@ -51,10 +50,7 @@
5150
"laravel": {
5251
"providers": [
5352
"PhpTelegramBot\\Laravel\\PhpTelegramBotServiceProvider"
54-
],
55-
"aliases": {
56-
"PhpTelegramBot": "PhpTelegramBot\\Laravel\\Facades\\PhpTelegramBot"
57-
}
53+
]
5854
}
5955
}
6056
}

0 commit comments

Comments
 (0)