PHP Classes

File: vendor/illuminate/events/composer.json

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/illuminate/events/composer.json   Download  
File: vendor/illuminate/events/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 860 bytes
 

Contents

Class file image Download
{ "name": "illuminate/events", "description": "The Illuminate Events 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.1.3", "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*" }, "autoload": { "psr-4": { "Illuminate\\Events\\": "" } }, "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev" }