forked from lexik/LexikMonologBrowserBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 984 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "jum4/monolog-browser-bundle",
"type": "symfony-bundle",
"description": "This Symfony2 bundle provides a Doctrine DBAL handler for Monolog and a web UI to display log entries",
"keywords": ["Symfony2", "bundle", "monolog", "logger", "doctrine"],
"homepage": "https://github.com/lexik/LexikMonologBrowserBundle",
"license": "MIT",
"authors": [
{
"name": "Jeremy Barthe",
"email": "[email protected]"
},
{
"name": "Dev Lexik",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1",
"knplabs/knp-paginator-bundle": ">=2.3"
},
"require-dev": {
"monolog/monolog": "*",
"doctrine/dbal": "*"
},
"autoload": {
"psr-0": { "Lexik\\Bundle\\MonologBrowserBundle": "" }
},
"target-dir": "Lexik/Bundle/MonologBrowserBundle"
}