From fb6123e5e586de2f598a13bebfe3b1415addc770 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Sep 2016 06:53:28 +0200 Subject: php-phpunit-PHPUnit: 5.5.5 --- composer.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 62e5cea..9b9edd8 100644 --- a/composer.json +++ b/composer.json @@ -39,9 +39,12 @@ "myclabs/deep-copy": "~1.3", "ext-dom": "*", "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*" + "ext-mbstring": "*", + "ext-xml": "*", + "ext-libxml": "*" + }, + "require-dev": { + "ext-PDO": "*" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2" @@ -52,7 +55,9 @@ } }, "suggest": { - "phpunit/php-invoker": "~1.1" + "phpunit/php-invoker": "~1.1", + "ext-tidy": "*", + "ext-xdebug": "*" }, "bin": [ "phpunit" -- cgit