PHP Classes

File: system/plugins/psr/log/composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework   system/plugins/psr/log/composer.json   Download  
File: system/plugins/psr/log/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Luminova Framework
PHP Luminova framework: simple, powerful MVC/HMVC.
Author: By
Last change:
Date: 3 months ago
Size: 562 bytes
 

Contents

Class file image Download
{ "name": "psr/log", "description": "Common interface for logging libraries", "keywords": ["psr", "psr-3", "log"], "homepage": "https://github.com/php-fig/log", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } } }