From 60ce4b958f4a1644f3950e8040be13d9513371f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=91=D0=B4=D0=BE=D1=80=20=D0=9F=D0=BE=D0=B4=D0=BB?= =?UTF-8?q?=D0=B5=D1=81=D0=BD=D0=BE=D0=B2?= Date: Wed, 8 Jun 2016 13:54:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- composer.json | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 composer.json diff --git a/.gitignore b/.gitignore index 007b0c6..c3999dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.bak node_modules -temp \ No newline at end of file +temp +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..79f1ee9 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "phedor/klein", + "description": "simple template engine", + "authors": [ + { + "name": "Phedor Podlesnov", + "email": "phedor@edu.yar.ru" + } + ], + "require": {} +}