diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1377554..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.swp diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index fe65ad1..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "vendor/mustache"] - path = vendor/mustache - url = git://github.com/bobthecow/mustache.php.git diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e1aef3f --- /dev/null +++ b/composer.json @@ -0,0 +1,25 @@ +{ + "name": "zombor/kostache", + "description": "Logic-less View/Mustache Module for the Kohana Framework", + "keywords": ["kohana", "mustache", "templating", "view"], + "homepage": "https://github.com/zombor/KOstache", + "license": "MIT", + "authors": [ + { + "name": "Jeremy Bush", + "email": "jeremy.bush@kohanaframework.org" + }, + { + "name": "Woody Gilk", + "email": "woody.gilk@kohanaframework.org" + } + ], + "support": { + "issues": "https://github.com/zombor/KOstache/issues", + "source": "https://github.com/zombor/KOstache" + }, + "require": { + "mustache/mustache": "~2.6.0", + "php": ">=5.3.0" + } +} diff --git a/init.php b/init.php deleted file mode 100644 index b6a24da..0000000 --- a/init.php +++ /dev/null @@ -1,5 +0,0 @@ -