diff options
Diffstat (limited to 'phpBB/composer.json')
-rw-r--r-- | phpBB/composer.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json new file mode 100644 index 0000000000..c2811ad1d7 --- /dev/null +++ b/phpBB/composer.json @@ -0,0 +1,6 @@ +{ + "minimum-stability": "beta", + "require-dev": { + "fabpot/goutte": "1.0.x-dev" + } +} |