Skip to content

Commit

Permalink
Tested composer support.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstutz committed Jul 4, 2015
1 parent 8bc263a commit e447d93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -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. 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 ## License


Copyright (c) 2013 - 2014 David Stutz Copyright (c) 2013 - 2014 David Stutz
Expand Down

0 comments on commit e447d93

Please sign in to comment.