From 08ab9a3ef83f51640ef551f4ba37e5774ef7941c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Kri=C5=A1ka?= Date: Mon, 4 Jan 2016 15:35:47 +0100 Subject: [PATCH] Composer --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f56cc68 --- /dev/null +++ b/composer.json @@ -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": "ujovlado@gmail.com" + } + ], + "autoload": { + "classmap": ["src/"] + } +} \ No newline at end of file