mirror of
https://github.com/danog/laravel-madeline-proto.git
synced 2024-11-26 20:04:41 +01:00
37 lines
890 B
JSON
37 lines
890 B
JSON
{
|
|
"name": "setiawanhu/laravel-madeline-proto",
|
|
"description": "A third party Telegram client library danog/MadelineProto wrapper for Laravel",
|
|
"type": "library",
|
|
"license": "AGPL-3.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "Setiawan Hu",
|
|
"email": "setiawanhu@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"laravel",
|
|
"telegram",
|
|
"madeline-proto"
|
|
],
|
|
"require": {
|
|
"php": "^7.4",
|
|
"danog/madelineproto": "^5.1",
|
|
"illuminate/support": "^7.0|^8.0",
|
|
"illuminate/console": "^7.0|^8.0",
|
|
"illuminate/database": "^7.0|^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hu\\MadelineProto\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Hu\\MadelineProto\\MadelineProtoServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|