PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josantonius   PHP Logger lib   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Logger lib
Log errors to files and display messages on a page
Author: By
Last change:
Date: 6 years ago
Size: 1,667 bytes
 

Contents

Class file image Download
{ "name": "josantonius/logger", "version": "1.1.3", "type": "library", "description": "Php library to create logs easily and store them in Json format.", "keywords": [ "Log", "Debug", "Debugger", "HHVM", "PHP" ], "license": "MIT", "authors": [ { "name": "Josantonius", "email": "hello@josantonius.com", "homepage": "https://josantonius.com", "role": "Developer" } ], "support": { "issues": "https://github.com/josantonius/php-logger/issues", "forum": "http://stackoverflow.com/tags/josantonius/php-logger", "source": "https://github.com/josantonius/php-logger" }, "config": { "preferred-install": "dist" }, "minimum-stability": "stable", "require": { "php": "^5.6 || ^7.0", "Josantonius/Json" : "^1.1.5" }, "require-dev": { "phpunit/phpunit": "5.7.*", "squizlabs/php_codesniffer": "3.*" }, "autoload": { "psr-4": { "Josantonius\\Logger\\": "src/" } }, "autoload-dev": { "psr-4": { "Josantonius\\Logger\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "scripts": { "phpunit": "vendor/bin/phpunit --colors=always;", "phpcs": "vendor/bin/phpcs --standard=phpcs.ruleset.xml $(find . -name '*.php');", "tests": "clear && vendor/bin/phpcs --standard=phpcs.ruleset.xml $(find . -name '*.php') && vendor/bin/phpunit --colors=always;" } }