summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 12 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 314ef9f..93c6fe9 100644
--- a/composer.json
+++ b/composer.json
@@ -26,32 +26,37 @@
"symfony/finder": "^3.0",
"symfony/options-resolver": "^3.0",
"symfony/polyfill-php70": "^1.0",
- "symfony/polyfill-xml": "^1.3",
+ "symfony/polyfill-php72": "^1.4",
"symfony/process": "^3.0",
"symfony/stopwatch": "^3.0"
},
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.1",
"justinrainbow/json-schema": "^5.0",
- "mi-schi/phpmd-extension": "^4.2",
- "phpmd/phpmd": "^2.4.3",
"phpunit/phpunit": "^4.8.35 || ^5.4.3",
"satooshi/php-coveralls": "^1.0",
"symfony/phpunit-bridge": "^3.2.2"
},
"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": {
- "hhvm": "<3.18"
+ "hhvm": "*"
},
"config": {
+ "optimize-autoloader": true,
"sort-packages": true
},
"autoload": {
- "psr-4": { "PhpCsFixer\\": "src/" }
+ "psr-4": { "PhpCsFixer\\": "src/" },
+ "classmap": [
+ "tests/Test/Assert/AssertTokensTrait.php",
+ "tests/Test/AbstractFixerTestCase.php",
+ "tests/Test/AbstractIntegrationTestCase.php",
+ "tests/Test/IntegrationCase.php",
+ "tests/Test/IntegrationCaseFactory.php"
+ ]
},
"autoload-dev": {
"psr-4": { "PhpCsFixer\\Tests\\": "tests/" }
@@ -59,7 +64,7 @@
"bin": ["php-cs-fixer"],
"extra": {
"branch-alias": {
- "dev-master": "2.3-dev"
+ "dev-master": "2.4-dev"
}
}
}