From 11acf5d3532bf4c5764258159c7d90c1c6020fc9 Mon Sep 17 00:00:00 2001 From: Sammaye Date: Mon, 8 Apr 2013 08:21:10 +0100 Subject: [PATCH] Added composer support --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..fe587e3 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "sammaye/auditrail2", + "description": "A reload of the popular audit trail extension", + "keywords": ["audit","trail","yii"], + "type": "yii-extension", + "license": "BSD-2-Clause", + "authors": [ + { + "name": "Sammaye", + "homepage": "http://sammaye.wordpress.com" + } + ] +} \ No newline at end of file