Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr-ru committed Oct 2, 2020
1 parent 6579360 commit 55a4a98
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "aleksandr.ru/template-object",
"type": "library",
"description": "Another simple template parser",
"keywords": ["template", "parser", "recursive"],
"homepage": "https://github.com/Aleksandr-ru/TemplateObject",
"license": "MIT",
"authors": [
{
"name": "Aleksandr.ru",
"email": "aleksandr@aleksandr.ru",
"homepage": "http://aleksandr.ru",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Aleksandr-ru/TemplateObject/issues"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"TemplateObject": ""
}
}
}

0 comments on commit 55a4a98

Please sign in to comment.