Skip to content

Commit

Permalink
Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimír Kriška committed Jan 4, 2016
1 parent be93599 commit 08ab9a3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "rekurzia/yii2-sentry-log-target",
"type": "library",
"description": "Minimal implementation of Yii2 Sentry log target.",
"keywords": ["Yii2", "Sentry", "log", "target"],
"homepage": "https://github.com/rekurzia/yii2-sentry-log-target",
"license": "MIT",
"require": {
"yiisoft/yii2": "~2.0",
"raven/raven": "~0.13"
},
"authors": [
{
"name": "Vladimír Kriška",
"email": "[email protected]"
}
],
"autoload": {
"classmap": ["src/"]
}
}

0 comments on commit 08ab9a3

Please sign in to comment.