PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Mnemosyne Attributes based PHP caching   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mnemosyne Attributes based PHP caching
Cache class functions' output using annotations
Author: By
Last change: Update composer.json
Date: 7 days ago
Size: 735 bytes
 

Contents

Class file image Download
{ "name": "cmatosbc/mnemosyne", "description": "PSR compliant caching system using PHP attributes.", "type": "library", "require": { "php": ">=8.0", "psr/simple-cache": "3.0.0", "psr/cache": "3.0.0" }, "require-dev": { "phpunit/phpunit": "^10.0", "mockery/mockery": "^1.6" }, "autoload": { "psr-4": { "Mnemosyne\\": "src/" } }, "autoload-dev": { "psr-4": { "Mnemosyne\\Tests\\": "tests/" } }, "license": "gpl-3.0-or-later", "authors": [ { "name": "Carlos Matos", "email": "carlosarturmatos1977@gmail.com" } ], "minimum-stability": "dev" }