PHP Classes

File: vendor/react/cache/composer.json

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/react/cache/composer.json   Download  
File: vendor/react/cache/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: 508 bytes
 

Contents

Class file image Download
{ "name": "react/cache", "description": "Async, Promise-based cache interface for ReactPHP", "keywords": ["cache", "caching", "promise", "ReactPHP"], "license": "MIT", "require": { "php": ">=5.3.0", "react/promise": "~2.0|~1.1" }, "autoload": { "psr-4": { "React\\Cache\\": "src/" } }, "autoload-dev": { "psr-4": { "React\\Tests\\Cache\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" } }