Move to PSR-4 for autoloading

This commit is contained in:
Robin Appelman 2014-04-07 13:54:49 +02:00
commit 46e2daf1ee
12 changed files with 55 additions and 56 deletions

View file

@ -7,4 +7,4 @@
*/
date_default_timezone_set('UTC');
require_once __DIR__.'/../src/autoload.php';
require_once __DIR__.'/../vendor/autoload.php';