PHP Classes

File: includes/src/vendor/psr/log/composer.json

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/src/vendor/psr/log/composer.json   Download  
File: includes/src/vendor/psr/log/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change:
Date: 7 years ago
Size: 561 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": "http://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }