diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-14 14:00:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-14 14:00:32 +0200 |
commit | 43138304174227a4c1b1d35045d8e0b3f9ad8ebf (patch) | |
tree | 6c2e3fd51b3e863632c43fe97a088b79464daed3 /composer.json | |
parent | dfdd7c8fc3075a3ee7ce04be16f102a04ec77569 (diff) |
update to 2.16.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
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" ] }, |