-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 827 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 827 Bytes
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
{
"name": "jadb/cakephp-monolog",
"description": "CakePHP Monolog Plugin",
"version": "2.0.0",
"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.7.*",
"composer/installers": "*"
}
}