PHP Classes

File: vendor/laravel/framework/src/Illuminate/Broadcasting/composer.json

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/laravel/framework/src/Illuminate/Broadcasting/composer.json   Download  
File: vendor/laravel/framework/src/Illuminate/Broadcasting/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 1,049 bytes
 

Contents

Class file image Download
{ "name": "illuminate/broadcasting", "description": "The Illuminate Broadcasting package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": ">=7.0", "psr/log": "~1.0", "illuminate/bus": "5.5.*", "illuminate/contracts": "5.5.*", "illuminate/queue": "5.5.*", "illuminate/support": "5.5.*" }, "autoload": { "psr-4": { "Illuminate\\Broadcasting\\": "" } }, "extra": { "branch-alias": { "dev-master": "5.5-dev" } }, "suggest": { "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }