![]() 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/syn.corals.io/vendor/laravel/slack-notification-channel/ |
{ "name": "laravel/slack-notification-channel", "description": "Slack Notification Channel for laravel.", "keywords": ["laravel", "notifications", "slack"], "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "require": { "php": "^7.1.3|^8.0", "guzzlehttp/guzzle": "^6.0|^7.0", "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": { "mockery/mockery": "^1.0", "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "autoload": { "psr-4": { "Illuminate\\Notifications\\": "src/" } }, "autoload-dev": { "psr-4": { "Illuminate\\Tests\\Notifications\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "laravel": { "providers": [ "Illuminate\\Notifications\\SlackChannelServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }