Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Dec 17, 2013
1 parent 84f0489 commit db820ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "yiiext/twig-renderer",
"description": "Twig renderer for the Yii Framework.",
"keywords": ["yii", "extension", "twig", "renderer"],
"homepage": "https://github.com/yiiext/twig-renderer",
"type": "yii-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Makarov",
"email": "sam@rmcreative.ru"
}
],
"require": {
"php": ">=5.1.0"
}
}

0 comments on commit db820ea

Please sign in to comment.