PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP PSR Cache   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PSR Cache
Cache data in files with a PSR compliant interface
Author: By
Last change:
Date: 2 months ago
Size: 1,032 bytes
 

Contents

Class file image Download
{ "name": "nanoblocktech/psr-cache", "type": "library", "description": "PSR cache for Luminova framework.", "license": "MIT", "keywords": ["PHP", "PSR", "PSR-6", "Framework", "PHP Luminova", "PSR Cache", "Cache", "File Cache", "Simple Cache"], "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" }, { "name": "Nanoblock Technology", "email": "code@nanoblocktech.com" } ], "support": { "issues": "https://github.com/nanoblocktech/psr-cache/issues", "source": "https://github.com/nanoblocktech/psr-cache" }, "require": { "php": "^8.0", "psr/cache": "^3.0", "psr/simple-cache": "^3.0" }, "autoload": { "psr-4": { "Luminova\\Psr\\Cache\\": "src/" } }, "config": { "optimize-autoloader": true, "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }