summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index c2b151e..c0b61e2 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,7 @@
"ext-json": "*",
"ext-tokenizer": "*",
"composer/semver": "^1.4",
+ "composer/xdebug-handler": "^1.0",
"doctrine/annotations": "^1.2",
"sebastian/diff": "^1.4",
"symfony/console": "^2.4 || ^3.0 || ^4.0",
@@ -38,7 +39,7 @@
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.0.1 || ^2.0 || ^3.0",
"justinrainbow/json-schema": "^5.0",
- "keradus/cli-executor": "^1.0",
+ "keradus/cli-executor": "^1.1",
"mikey179/vfsStream": "^1.6",
"php-coveralls/php-coveralls": "^1.0.2",
"phpunit/phpunit": "^4.8.35 || ^5.4.3",
@@ -46,10 +47,11 @@
},
"suggest": {
"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.",
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
},
"config": {
- "optimize-autoloader": true,
"sort-packages": true
},
"autoload": {
@@ -60,7 +62,6 @@
"tests/Test/AbstractFixerTestCase.php",
"tests/Test/AbstractIntegrationCaseFactory.php",
"tests/Test/AbstractIntegrationTestCase.php",
- "tests/Test/Constraint/SameStringsConstraint.php",
"tests/Test/IntegrationCase.php",
"tests/Test/IntegrationCaseFactory.php",
"tests/Test/IntegrationCaseFactoryInterface.php",