Skip to content

Commit 8673a62

Browse files
author
Dominik Haßelkuss
committed
initial commit
1 parent a0f5435 commit 8673a62

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

composer.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "we-push-it/yii2-splunk-log-target",
3+
"description": "Yii 2 log target which can log to Splunk Enterprise via curl",
4+
"keywords": ["yii", "extension", "log", "splunk"],
5+
"homepage": "https://github.com/we-push-it/yii2-splunk-log-target",
6+
"type": "yii2-extension",
7+
"license": "MIT",
8+
"support": {
9+
"issues": "https://github.com/we-push-it/yii2-splunk-log-target/issues",
10+
"source": "https://github.com/we-push-it/yii2-splunk-log-target"
11+
},
12+
"authors": [
13+
{
14+
"name": "Dominik Hasselkuss",
15+
"email": "[email protected]"
16+
},
17+
{
18+
"name": "moaas GmbH",
19+
"email": "[email protected]"
20+
}
21+
],
22+
"require": {
23+
"yiisoft/yii2": "~2.0.0"
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"wepushit\\log\\": "src",
28+
"wepushit\\log\\tests\\": "tests"
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)