mirror of
https://github.com/danog/laravel-madeline-proto.git
synced 2024-11-30 04:29:05 +01:00
commit
653638446e
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/vendor
|
||||
composer.lock
|
||||
/phpunit.xml
|
||||
.phpunit.result.cache
|
@ -9,12 +9,17 @@
|
||||
"email": "setiawanhu@gmail.com"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"telegram",
|
||||
"madeline-proto"
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"danog/madelineproto": "^5.1",
|
||||
"illuminate/support": "^7.0",
|
||||
"illuminate/console": "^7.0",
|
||||
"illuminate/database": "^7.0"
|
||||
"illuminate/support": "^7.0|^8.0",
|
||||
"illuminate/console": "^7.0|^8.0",
|
||||
"illuminate/database": "^7.0|^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -55,9 +55,9 @@ return [
|
||||
|
||||
'app_info' => [
|
||||
|
||||
'api_id' => env('MP_TELEGRAM_API_ID'),
|
||||
'api_id' => env('MP_TELEGRAM_API_ID', ''),
|
||||
|
||||
'api_hash' => env('MP_TELEGRAM_API_HASH'),
|
||||
'api_hash' => env('MP_TELEGRAM_API_HASH', ''),
|
||||
|
||||
],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user