PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Simple Log Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Simple Log Class
Output log messages compliant with PSR-3
Author: By
Last change:
Date: 1 year ago
Size: 884 bytes
 

Contents

Class file image Download
{ "name": "markrogoyski/simplelog-php", "type": "library", "description": "Powerful PSR-3 logging. So easy, it's simple.", "keywords": ["log", "logging", "psr-3", "logger"], "homepage": "https://github.com/markrogoyski/simplelog-php/", "require": { "php": ">=7.0.0", "psr/log": "1.1.*", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "6.*", "php-coveralls/php-coveralls": "^2.0", "squizlabs/php_codesniffer": "3.*", "phpstan/phpstan": "*", "phpmd/phpmd": "^2.6", "phploc/phploc": "*" }, "autoload": { "psr-4": {"SimpleLog\\": "src/"} }, "autoload-dev": { "psr-4": { "SimpleLog\\Tests\\": "tests/" } }, "authors": [ { "name": "Mark Rogoyski", "email": "mark@rogoyski.com", "homepage": "https://github.com/markrogoyski", "role": "Lead Developer" } ], "license": "MIT" }