%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/public_html/admin1/vendor/laravel/vonage-notification-channel/ |
Upload File : |
{
"name": "laravel/vonage-notification-channel",
"description": "Vonage Notification Channel for laravel.",
"keywords": ["laravel", "notifications", "vonage", "nexmo"],
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"require": {
"php": "^8.0",
"illuminate/notifications": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"vonage/client-core": "^4.0.4"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.2",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"Illuminate\\Notifications\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Illuminate\\Notifications\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
"Illuminate\\Notifications\\VonageChannelServiceProvider"
],
"aliases": {
"Vonage": "Illuminate\\Notifications\\Facades\\Vonage"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}