Skip to content

Commit

Permalink
Adding composer.json file to list the engine on packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
yani- committed Nov 10, 2013
1 parent b600361 commit a06884b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "bandar/bandar",
"type": "library",
"description": "Fully tested, super minimalistic PHP template engine for PHP 5.2, 5.3, 5.4, 5.5",
"keywords": ["template", "template engine", "engine"],
"homepage": "http://github.com/yani-/bandar",
"license": "MIT",
"authors": [
{
"name": "Yani Iliev",
"email": "[email protected]",
"homepage": "https://yani.iliev.me",
"role": "developer"
}
],
"require": {
"php": ">=5.2.0"
}
}

0 comments on commit a06884b

Please sign in to comment.