PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   Simple PHP Logger   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Logger
Log messages to storage implemented by streams
Author: By
Last change:
Date: 2 months ago
Size: 661 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/simple-logger", "description": "Simple PSR logger for PHP", "type": "library", "keywords": ["psr", "logger", "async"], "license": "MIT", "autoload": { "psr-4": { "SimpleLogger\\": "src/" } }, "require": { "php": ">=8.1", "psr/log": "^3.0" }, "suggest": { "amphp/file": "To enable async file writing" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.52" }, "scripts": { "fix": "php-cs-fixer fix --config=.php-cs-fixer.dist.php -vv --allow-risky=yes", "up": "@composer update -n --no-progress -o" } }