Add support for PHP 5.2.x

This commit is contained in:
Justin Hileman
2012-03-17 23:05:52 -07:00
parent 99ff7316b3
commit bec9ce8448
34 changed files with 330 additions and 473 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
*/
require __DIR__.'/../src/Mustache/Autoloader.php';
\Mustache\Autoloader::register();
Mustache_Autoloader::register();
require __DIR__.'/../vendor/yaml/lib/sfYamlParser.php';