mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
* replace the copy-pasta EventDispatcher with the real one from Symfony2 * use composer for managing this dependency, use composer autoloading PHPBB3-9550
6 lines
71 B
JSON
6 lines
71 B
JSON
{
|
|
"require": {
|
|
"symfony/event-dispatcher": "2.0.*"
|
|
}
|
|
}
|