PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Niko   React PHP PSR Cache Bridge   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: React PHP PSR Cache Bridge
Provides PSR compliant cache interface using React
Author: By
Last change:
Date: 5 years ago
Size: 1,123 bytes
 

Contents

Class file image Download
{ "name": "niko9911/react-psr-cache-bridge", "description": "Bridge between PSR caching implementation and React cache.", "type": "library", "license": "MIT", "authors": [ { "name": "Niko Grano", "email": "niko9911@ironlions.fi", "homepage": "https://xn--gran-8qa.fi", "role": "Maintainer" } ], "scripts": { "cs": "vendor/bin/php-cs-fixer fix -vvvv", "cs:validate": "vendor/bin/php-cs-fixer fix --dry-run -v --show-progress=dots --diff-format=udiff", "test": "vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Niko9911\\React\\": "src/" } }, "require": { "php": "^7.1", "react/cache": "^0", "react/promise": "^2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2" }, "archive": { "exclude": [ "docs", "build", "node_modules", "*.md", "*.lock", "*.txt", "*.xml", "*.cache", "*.dist", "*.cache", "Makefile", ".textlintrc", ".editorconfig", ".php_cs.dist", ".gitignore" ] } }