PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple Cache Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Cache Class
Store cache values in different container types
Author: By
Last change: [+]: test with "phpunit 9"
Date: 1 year ago
Size: 787 bytes
 

Contents

Class file image Download
{ "name": "voku/simple-cache", "description": "Simple Cache library", "keywords": [ "php", "cache", "simple cache", "caching" ], "type": "library", "homepage": "https://github.com/voku/simple-cache", "license": "MIT", "authors": [ { "name": "Lars Moelleken", "homepage": "https://www.moelleken.org/", "role": "Developer" } ], "provide": { "psr/simple-cache-implementation": "1.0" }, "require": { "php": ">=7.0.0", "psr/simple-cache": "~1.0 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, "suggest": { "symfony/var-exporter" : "~3.0 || ~4.0 || ~5.0", "predis/predis": "~1.1" }, "autoload": { "psr-4": { "voku\\cache\\": "src/voku/cache/" } } }