summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
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/" }