aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/composer.json')
-rw-r--r--phpBB/composer.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index 1059b97f84..5340fb85f2 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -1,5 +1,9 @@
{
- "require": {
- "symfony/event-dispatcher": "2.0.*"
- }
+ "minimum-stability": "beta",
+ "require": {
+ "symfony/event-dispatcher": "2.1.*"
+ },
+ "require-dev": {
+ "fabpot/goutte": "1.0.x-dev"
+ }
}