PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Monolog Quill   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Monolog Quill
Log security events to Chronicle using Monolog
Author: By
Last change:
Date: 2 years ago
Size: 562 bytes
 

Contents

Class file image Download
{ "name": "paragonie/monolog-quill", "description": "Monolog handler for writing to a Chronicle instance", "license": "ISC", "type": "library", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" } ], "require": { "php": "^7.1|^8", "monolog/monolog": "^1", "paragonie/quill": "^0.6|^1" }, "autoload": { "psr-4": { "ParagonIE\\MonologQuill\\": "src/" } }, "require-dev": { "vimeo/psalm": "^3|^4" }, "scripts": { "static-analysis": "psalm" } }