Update composer.json

This commit is contained in:
Ivan Shalganov 2013-02-08 14:52:28 +04:00
parent 0659d27878
commit 40c0e7cb8d

View File

@ -1,17 +1,18 @@
{ {
"name": "megagroup/aspect", "name": "megagroup/aspect",
"type": "library", "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"], "keywords": ["aspect", "templater", "templating", "template", "yohoho"],
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
"name": "Ivan Shalganov", "name": "Ivan Shalganov",
"email": "a.cobest@gmail.com" "email": "a.beast@gmail.com"
} }
], ],
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.0",
"ext-tokenizer": "*" "ext-tokenizer": "*"
}, },
"require-dev": { "require-dev": {