Skip to content

Instantly share code, notes, and snippets.

@vitorbrandao
Created May 28, 2012 10:45
Show Gist options
  • Save vitorbrandao/2818458 to your computer and use it in GitHub Desktop.
Save vitorbrandao/2818458 to your computer and use it in GitHub Desktop.
composer.json for the Smarty template engine (trunk)
{
"name": "smarty/smarty",
"type": "library",
"description": "Smarty - the compiling PHP template engine",
"keywords": ["templating"],
"homepage": "http://www.smarty.net",
"license": "LGPLv3",
"authors": [
{
"name": "Monte Ohrt",
"email": "monte@ohrt.com"
},
{
"name": "Uwe Tews",
"email": "uwe.tews@googlemail.com"
}
],
"require": {
"php": ">=5.2"
},
"autoload": {
"classmap": ["libs/", "Smarty.class.php"]
},
"include-path": ["libs/"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment