![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.intellicart.co/vendor/laravel/vonage-notification-channel/ |
{ "name": "laravel/vonage-notification-channel", "description": "Vonage Notification Channel for laravel.", "keywords": ["laravel", "notifications", "vonage", "nexmo"], "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "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 }