Revision: 4891
Author:
Uwe....@googlemail.com
Date: Sun Oct 12 13:41:32 2014 UTC
Log: [No log message]
https://code.google.com/p/smarty-php/source/detail?r=4891
Added:
/tags/v3.1.20/composer.json
=======================================
--- /dev/null
+++ /tags/v3.1.20/composer.json Sun Oct 12 13:41:32 2014 UTC
@@ -0,0 +1,51 @@
+{
+ "name": "smarty/smarty",
+ "type": "library",
+ "description": "Smarty - the compiling PHP template engine",
+ "keywords": ["templating"],
+ "homepage": "
http://www.smarty.net",
+ "license": "LGPL-3.0",
+ "authors": [
+ {
+ "name": "Monte Ohrt",
+ "email": "
mo...@ohrt.com"
+ },
+ {
+ "name": "Uwe Tews",
+ "email": "
uwe....@googlemail.com"
+ },
+ {
+ "name": "Rodney Rehm",
+ "email": "
rodne...@medialize.de"
+ }
+ ],
+ "support": {
+ "irc": "irc://
irc.freenode.org/smarty",
+ "issues": "
http://code.google.com/p/smarty-php/issues/list",
+ "forum": "
http://www.smarty.net/forums/",
+ "source": "
http://code.google.com/p/smarty-php/source/browse/"
+ },
+ "require": {
+ "php": ">=5.2"
+ },
+ "autoload": {
+ "classmap": [
+ "distribution/libs/Smarty.class.php",
+ "distribution/libs/SmartyBC.class.php",
+ "distribution/libs/sysplugins/smarty_security.php"
+ ]
+ },
+ "repositories": [
+ {
+ "type": "package",
+ "package": {
+ "name": "smarty/smarty",
+ "version": "3.1.20",
+ "dist": {
+ "url": "
http://www.smarty.net/files/Smarty-3.1.20.zip",
+ "type": "zip"
+ }
+ }
+ }
+ ]
+}