1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/event-dispatcher] Use real EventDispatcher through composer

* replace the copy-pasta EventDispatcher with the real one from Symfony2
* use composer for managing this dependency, use composer autoloading

PHPBB3-9550
This commit is contained in:
Igor Wiedler
2012-03-11 15:14:13 +01:00
parent 5dd5df46a4
commit e02d92ac62
10 changed files with 36 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ if (isset($_GET['avatar']))
exit;
}
require($phpbb_root_path . 'vendor/.composer/autoload.php');
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
require($phpbb_root_path . 'includes/constants.' . $phpEx);