PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   Reporter PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Reporter PHP
Collect errors and other application events
Author: By
Last change:
Date: 20 days ago
Size: 789 bytes
 

Contents

Class file image Download
{ "name": "smoren/reporter", "description": "Report collector tool", "keywords": ["report", "collector", "error", "warning", "notice", "logger"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.2.0", "smoren/extended-exceptions": "^1.0.0", "smoren/helpers": "^0.1.4" }, "require-dev": { "codeception/codeception": "^4.0", "codeception/module-asserts": "^1.3" }, "autoload": { "psr-4": { "Smoren\\Reporter\\": "src", "Smoren\\Reporter\\Tests\\Unit\\": "tests/unit" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }