Created
May 28, 2012 10:45
-
-
Save vitorbrandao/2818458 to your computer and use it in GitHub Desktop.
composer.json for the Smarty template engine (trunk)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]" | |
}, | |
{ | |
"name": "Uwe Tews", | |
"email": "[email protected]" | |
} | |
], | |
"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