forked from hiromi2424/cakephp-slack-log-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·40 lines (40 loc) · 1.06 KB
/
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
33
34
35
36
37
38
39
40
{
"name":"jeffersonsimaogoncalves/cakephp-slack-log-engine",
"description":"Slack log engine for CakePHP",
"type":"cakephp-plugin",
"keywords":[
"cakephp",
"cake",
"log",
"slack"
],
"homepage":"https://github.com/jeffersonsimaogoncalves/cakephp-slack-log-engine",
"license":"MIT",
"authors":[
{
"name":"Hiroki Shimizu",
"role":"Author",
"homepage":"https://github.com/hiromi2424/"
},
{
"name": "Jefferson Simão Gonçalves",
"homepage": "https://github.com/jeffersonsimaogoncalves"
}
],
"require":{
"php": ">=7.0",
"cakephp/cakephp": "^3.6",
"maknz/slack": "~1.7"
},
"autoload": {
"psr-4": {
"SlackLogEngine\\": "src"
}
},
"suggest": {
},
"support":{
"source":"https://github.com/jeffersonsimaogoncalves/cakephp-slack-log-engine",
"issues":"https://github.com/jeffersonsimaogoncalves/cakephp-slack-log-engine/issues"
}
}