PHP Classes

File: vendor/laravel/slack-notification-channel/composer.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/laravel/slack-notification-channel/composer.json   Download  
File: vendor/laravel/slack-notification-channel/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 4 years ago
Size: 1,114 bytes
 

Contents

Class file image Download
{ "name": "laravel/slack-notification-channel", "description": "Slack Notification Channel for laravel.", "keywords": ["laravel", "notifications", "slack"], "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^7.1.3", "guzzlehttp/guzzle": "^6.0" }, "require-dev": { "illuminate/notifications": "~5.7", "mockery/mockery": "^1.0", "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": { "Illuminate\\Notifications\\": "src/" } }, "autoload-dev": { "psr-4": { "Illuminate\\Tests\\Notifications\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "laravel": { "providers": [ "Illuminate\\Notifications\\SlackChannelServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }