Skip to content

Commit

Permalink
adding composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nt0r committed Dec 13, 2014
1 parent 1b686ae commit 10ffbe0
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "m3nt0r/cakphp-twig-view",
"description": "Twig for CakePHP 1.3",
"homepage": "https://github.com/m3nt0r/cakephp-twig-view",
"license": "MIT",
"type": "library",
"keywords": ["templating", "cakephp"],
"config": {
"vendor-dir": "vendors"
},
"authors": [
{
"name": "Kjell Bublitz",
"email": "m3nt0r.de@gmail.com",
"homepage": "http://m3nt0r.me",
"role": "Lead Developer"
}
],
"require": {
"twig/twig": "~1.16",
"twig/extensions": "~1.2"
}
}
126 changes: 126 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10ffbe0

Please sign in to comment.