mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update composer.json
This commit is contained in:
parent
0659d27878
commit
40c0e7cb8d
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user