From b6928330a5eaca15ac98f8dc1a4484ca230aebf2 Mon Sep 17 00:00:00 2001 From: core23 Date: Fri, 24 Mar 2017 15:36:01 +0100 Subject: [PATCH] Added workaround for composer bug #6207 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a3a4d452..fac315e5 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "friendsofphp/php-cs-fixer": "^2.0", "matthiasnoback/symfony-dependency-injection-test": "^1.1", "phpunit/phpunit": "^5.7", + "sebastian/exporter": "^2.0", "sllh/php-cs-fixer-styleci-bridge": "^2.0", "symfony/phpunit-bridge": "^3.1" },