From a7b4163aa155967de7b372d55af42e2995ed2b15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Aug 2016 21:34:18 +0200 Subject: php-phpunit-PHPUnit: 5.5.4 --- composer.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b0535de..62e5cea 100644 --- a/composer.json +++ b/composer.json @@ -20,29 +20,35 @@ "issues": "https://github.com/sebastianbergmann/phpunit/issues" }, "require": { - "php": ">=5.3.3", + "php": "^5.6 || ^7.0", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", - "phpunit/php-code-coverage": "~2.1", + "phpunit/php-code-coverage": "^4.0.1", "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "~2.3", + "phpunit/phpunit-mock-objects": "^3.2", "phpspec/prophecy": "^1.3.1", "symfony/yaml": "~2.1|~3.0", "sebastian/comparator": "~1.1", "sebastian/diff": "~1.2", - "sebastian/environment": "~1.3", + "sebastian/environment": "^1.3 || ^2.0", "sebastian/exporter": "~1.2", "sebastian/global-state": "~1.0", - "sebastian/version": "~1.0", + "sebastian/object-enumerator": "~1.0", + "sebastian/resource-operations": "~1.0", + "sebastian/version": "~1.0|~2.0", + "myclabs/deep-copy": "~1.3", "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*" }, + "conflict": { + "phpdocumentor/reflection-docblock": "3.0.2" + }, "config": { "platform": { - "php": "5.3.3" + "php": "5.6.0" } }, "suggest": { @@ -67,7 +73,7 @@ }, "extra": { "branch-alias": { - "dev-master": "4.8.x-dev" + "dev-master": "5.5.x-dev" } } } -- cgit