%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/laravel-notification-channels/telegram/ |
Upload File : |
{
"name": "laravel-notification-channels/telegram",
"description": "Telegram Notifications Channel for Laravel",
"license": "MIT",
"keywords": [
"telegram notification",
"laravel",
"telegram",
"notification",
"telegram notifications channel"
],
"authors": [
{
"name": "Irfaq Syed",
"email": "github@lukonet.net",
"homepage": "https://lukonet.com",
"role": "Developer"
}
],
"homepage": "https://github.com/laravel-notification-channels/telegram",
"require": {
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^10.0",
"illuminate/notifications": "^10.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"nunomaduro/larastan": "^2.4",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.4",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.10"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"NotificationChannels\\Telegram\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"NotificationChannels\\Telegram\\Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"pestphp/pest-plugin": true
},
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\Telegram\\TelegramServiceProvider"
]
}
},
"scripts": {
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage"
}
}