Revision: 4881
Author: monte.ohrt
Date: Thu Oct 2 16:08:04 2014 UTC
Log: update trunk composer classpath
https://code.google.com/p/smarty-php/source/detail?r=4881
Modified:
/trunk/composer.json
=======================================
--- /trunk/composer.json Thu Oct 2 15:48:56 2014 UTC
+++ /trunk/composer.json Thu Oct 2 16:08:04 2014 UTC
@@ -30,9 +30,9 @@
},
"autoload": {
"classmap": [
- "libs/Smarty.class.php",
- "libs/SmartyBC.class.php",
- "libs/sysplugins/smarty_security.php"
+ "distribution/libs/Smarty.class.php",
+ "distribution/libs/SmartyBC.class.php",
+ "distribution/libs/sysplugins/smarty_security.php"
]
},
"repositories": [