Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gimpe committed Jan 17, 2015
1 parent 6df5554 commit c8ff6b9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "gimpe/kohana-memcached",
"version": "3.3",
"description": "Kohana 3.3 module for memcached extension",
"type": "kohana-module",
"authors": [
{
"name": "gimpe",
"homepage": "https://github.com/gimpe/"
}
],
"require": {
"php": ">=5.3"
},
"minimum-stability": "stable",
"autoload": {
"classmap": [
"classes/"
]
},
"extra": {
"installer-paths": {
"vendor/kohana/modules/{$name}/": [
"type:kohana-module"
]
}
}
}

0 comments on commit c8ff6b9

Please sign in to comment.