summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-04 08:27:16 +0200
committerRemi Collet <remi@remirepo.net>2018-06-04 08:27:16 +0200
commit0a8f62a86d0221ec92cec98dfebf1b3dc97c2e7b (patch)
tree4f85c67b4b8c4e5ede39dbc7d87db681d74d531e /composer.json
parent9afe2be624fc36c04bfba38b68ee343d2ccc3ae1 (diff)
update to 2.2.20
add dependency on composer/xdebug-handler
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",