Настройка composer

This commit is contained in:
Фёдор Подлеснов 2016-06-08 13:54:15 +03:00
parent 1e4513c26d
commit 60ce4b958f
2 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.bak *.bak
node_modules node_modules
temp temp
/vendor/

11
composer.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "phedor/klein",
"description": "simple template engine",
"authors": [
{
"name": "Phedor Podlesnov",
"email": "phedor@edu.yar.ru"
}
],
"require": {}
}