diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-03 13:16:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-03 13:16:11 +0200 |
commit | dc4e9a97808a996584fbbadd760245c7c2720e17 (patch) | |
tree | f430f90d14dd1499ff35927e2ab096ee2745c9f1 /composer.json | |
parent | f85d1f0ad83fa2aa5f35dc42690486856b9d35b0 (diff) |
v2.2.5
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 523f0fd..979b2f5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/polyfill-php54": "^1.0", "symfony/polyfill-php55": "^1.3", "symfony/polyfill-php70": "^1.0", - "symfony/polyfill-xml": "^1.3", + "symfony/polyfill-php72": "^1.4", "symfony/process": "^2.3 || ^3.0", "symfony/stopwatch": "^2.5 || ^3.0" }, @@ -41,7 +41,6 @@ }, "suggest": { "ext-mbstring": "For handling non-UTF8 characters in cache signature.", - "ext-xml": "For better performance.", "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." }, "conflict": { @@ -51,7 +50,13 @@ "sort-packages": true }, "autoload": { - "psr-4": { "PhpCsFixer\\": "src/" } + "psr-4": { "PhpCsFixer\\": "src/" }, + "classmap": [ + "tests/Test/AbstractFixerTestCase.php", + "tests/Test/AbstractIntegrationTestCase.php", + "tests/Test/IntegrationCase.php", + "tests/Test/IntegrationCaseFactory.php" + ] }, "autoload-dev": { "psr-4": { "PhpCsFixer\\Tests\\": "tests/" } |