From e447d933c59ed4ea7d36e6e0323b1220511ee293 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 4 Jul 2015 23:09:34 +0200 Subject: [PATCH] Tested composer support. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9cfe93a..18255fd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ An event module for Kohana. For documentation see the guide/ subfolder or use Kohana's [Userguide](https://github.com/kohana/userguide) module. +## Composer + +Installation via composer: + + { + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/davidstutz/kohana-hooks" + } + ], + "require": { + "davidstutz/kohana-hooks": "dev-master" + } + } + ## License Copyright (c) 2013 - 2014 David Stutz