aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 586c2f080f..47c9085d5f 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -99,7 +99,7 @@ $phpbb_class_loader_ext->register();
if (ENVIRONMENT == 'debug' && !class_exists('Goutte\Client', true))
{
trigger_error(
- 'Composer dependencies have not been set up for the development environment yet, run ' .
+ 'Composer development dependencies have not been set up for the development environment yet, run ' .
"'php ../composer.phar install --dev' from the phpBB directory to do so.",
E_USER_ERROR
);