From 43138304174227a4c1b1d35045d8e0b3f9ad8ebf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2020 14:00:32 +0200 Subject: update to 2.16.2 --- composer.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8893e3a..ee88eef 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,7 @@ "symfony/yaml": "^3.0 || ^4.0 || ^5.0" }, "suggest": { + "ext-dom": "For handling output formats in XML", "ext-mbstring": "For handling non-UTF8 characters in cache signature.", "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", @@ -67,6 +68,7 @@ "tests/Test/IntegrationCaseFactory.php", "tests/Test/IntegrationCaseFactoryInterface.php", "tests/Test/InternalIntegrationCaseFactory.php", + "tests/Test/IsIdenticalConstraint.php", "tests/TestCase.php" ] }, -- cgit