diff options
Diffstat (limited to 'phpBB/composer.json')
-rw-r--r-- | phpBB/composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json new file mode 100644 index 0000000000..1059b97f84 --- /dev/null +++ b/phpBB/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "symfony/event-dispatcher": "2.0.*" + } +} |