Composer php unit install and composer.json update

This commit is contained in:
Clemens Schwaighofer
2021-10-27 17:56:46 +09:00
parent 0b7dba5e2f
commit 60b6fae33a
1345 changed files with 135780 additions and 17 deletions

View File

@@ -303,5 +303,7 @@ if (defined('DEBUG') && DEBUG == false) {
/************* AUTO LOADER *******************/
// read auto loader
require BASE . LIB . 'autoloader.php';
// composer auto loader
require BASE . 'venoder' . DS . 'autoloader.php';
// __END__