Update composer.json

This commit is contained in:
Ivan Shalganov 2013-02-08 14:52:28 +04:00
parent 0659d27878
commit 40c0e7cb8d
1 changed files with 4 additions and 3 deletions

View File

@ -1,17 +1,18 @@
{
"name": "megagroup/aspect",
"type": "library",
"description": "Aspect - faster template engine",
"description": "Aspect - fast template engine for PHP",
"homepage": "https://github.com/bzick/aspect",
"keywords": ["aspect", "templater", "templating", "template", "yohoho"],
"license": "MIT",
"authors": [
{
"name": "Ivan Shalganov",
"email": "a.cobest@gmail.com"
"email": "a.beast@gmail.com"
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.3.0",
"ext-tokenizer": "*"
},
"require-dev": {