forked from jadb/cakephp-monolog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 883 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": "jadb/cakephp-monolog",
"extra": {
"installer-name": "Monolog"
},
"description": "CakePHP Monolog Plugin",
"version": "2.0.1",
"type": "cakephp-plugin",
"keywords": ["cakephp", "monolog", "plugin"],
"homepage": "https://github.com/jadb/cakephp-monolog",
"license": "MIT",
"authors": [
{
"name": "Jad Bitar",
"homepage": "http://jadb.io",
"role": "Author"
},
{
"name": "Others",
"homepage": "https://github.com/jadb/cakephp-monolog/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/jadb/cakephp-monolog/issues",
"source": "https://github.com/jadb/cakephp-monolog"
},
"require": {
"php": ">=5.3.0",
"monolog/monolog": "1.*",
"composer/installers": "*"
}
}