From 0a8f62a86d0221ec92cec98dfebf1b3dc97c2e7b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jun 2018 08:27:16 +0200 Subject: update to 2.2.20 add dependency on composer/xdebug-handler --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'composer.json') 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", -- cgit