From f57bb66746fd5799217d23024f3a0e910e2d9702 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Wed, 1 Oct 2014 18:52:28 +0000 Subject: [PATCH] revert move --- composer.json | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 composer.json diff --git a/composer.json b/composer.json deleted file mode 100644 index b4e34617..00000000 --- a/composer.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "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": "monte@ohrt.com" - }, - { - "name": "Uwe Tews", - "email": "uwe.tews@googlemail.com" - }, - { - "name": "Rodney Rehm", - "email": "rodney.rehm@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.19", - "dist": { - "url": "http://www.smarty.net/files/Smarty-3.1.19.zip", - "type": "zip" - } - } - } - ] -}