Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit d742a38

Browse files
committed
updated VENDORS for 2.3.24
1 parent 12380bd commit d742a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/SymfonyRequirements.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ function_exists('simplexml_import_dom'),
578578

579579
$this->addRecommendation(
580580
class_exists('DomDocument'),
581-
'PHP-XML module should be installed',
582-
'Install and enable the <strong>PHP-XML</strong> module.'
581+
'PHP-DOM and PHP-XML modules should be installed',
582+
'Install and enable the <strong>PHP-DOM</strong> and the <strong>PHP-XML</strong> modules.'
583583
);
584584

585585
$this->addRecommendation(

0 commit comments

Comments
 (0)