PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roni   Easy PHP Audit Log Bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP Audit Log Bundle
Log specific events according to configuration
Author: By
Last change:
Date: 5 years ago
Size: 1,380 bytes
 

Contents

Class file image Download
{ "name": "xiidea/easy-audit", "type": "symfony-bundle", "description": "A Symfony Bundle To Log Selective Events. It is easy to configure and easy to customize for your need", "keywords": ["Event Log", "Audit Log", "Symfony2", "Symfony3", "Symfony4", "Audit trail"], "license": "MIT", "homepage": "http://xiidea.github.io/EasyAuditBundle/", "authors": [ { "name": "Roni Saha", "email": "roni.cse@gmail.com", "role": "Developer" } ], "support": { "issues": "https://github.com/xiidea/EasyAuditBundle/issues", "source": "https://github.com/xiidea/EasyAuditBundle" }, "require": { "php": "^5.6 || ^7.0", "psr/log": "^1", "symfony/framework-bundle": ">=2.7 <5.0.0", "symfony/security-bundle": ">=2.7 <5.0.0" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^6.0", "doctrine/orm": "~2.2,>=2.2.3", "doctrine/doctrine-bundle": "~1.2", "friendsofsymfony/user-bundle": "^2.0", "satooshi/php-coveralls": "^2.0" }, "autoload": { "psr-4": { "Xiidea\\EasyAuditBundle\\": "" } }, "autoload-dev": { "psr-4": { "Xiidea\\EasyAuditBundle\\Tests\\": "Tests/" } }, "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } } }