From 3c733b8c0328c5c106d14d80ca2e039092b4bc90 Mon Sep 17 00:00:00 2001 From: Thomas Birch Date: Mon, 28 May 2012 10:17:41 +0100 Subject: [PATCH] Define compose file for our fork --- .gitignore | 3 +++ composer.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb4f0c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +nbproject +/composer.phar +/vendor/.composer/ \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..08078c7 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "widerplan/kostache", + "description": "KOstache Fork for Kohana 3.", + "homepage": "https://github.com/kiddivouchers/KOstache", + "license": "Proprietary", + "authors": [ + { + "name": "Wider Plan", + "email": "development@widerplan.com" + } + ] +} \ No newline at end of file