diff --git a/composer.json b/composer.json index 589497099..fc0ad92e2 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,8 @@ }, "require": { "php": ">=5.3.6", + "ext-dom": "*", + "ext-mbstring": "*", "twig/twig": "^1.18", "erusev/parsedown-extra": "^0.7", "symfony/yaml" : "^2.3" diff --git a/index.php.dist b/index.php.dist index 0ec230cf3..78125ade7 100644 --- a/index.php.dist +++ b/index.php.dist @@ -1,9 +1,15 @@