From 795c3af692aed22605102cf673667e6adf4f44c5 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Thu, 2 Oct 2014 15:48:56 +0000 Subject: [PATCH] update classmap --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b4e34617..fdded7b1 100644 --- a/composer.json +++ b/composer.json @@ -30,9 +30,9 @@ }, "autoload": { "classmap": [ - "distribution/libs/Smarty.class.php", - "distribution/libs/SmartyBC.class.php", - "distribution/libs/sysplugins/smarty_security.php" + "libs/Smarty.class.php", + "libs/SmartyBC.class.php", + "libs/sysplugins/smarty_security.php" ] }, "repositories": [