Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jul 18, 2017
1 parent 293bd5f commit bff0ef6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "skrol29/tinybutstrong",
"description": "TBS is a library that enables you to dynamically create XML/HTML pages and any other files based on text source",
"type": "library",
"homepage": "http://www.tinybutstrong.com/",
"license": "LGPL-3.0",
"require": {
"php": "^5.0"
},
"autoload": {
"classmap": ["tbs_class.php"]
}
}

0 comments on commit bff0ef6

Please sign in to comment.