From 8afcb8b8e126ba2f0f1dc0dc4f5861acb6100a4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Mar 2017 18:48:19 +0100 Subject: phpunit6: 6.0.8 --- composer.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2eb834d..c623596 100644 --- a/composer.json +++ b/composer.json @@ -21,26 +21,26 @@ }, "require": { "php": "^7.0", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "myclabs/deep-copy": "^1.3", + "phpspec/prophecy": "^1.6.2", + "phpunit/php-code-coverage": "^5.0", "phpunit/php-file-iterator": "^1.4", "phpunit/php-text-template": "^1.2", - "phpunit/php-code-coverage": "^5.0", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^4.0", - "phpspec/prophecy": "^1.6.2", - "sebastian/comparator": "^1.2.4", + "sebastian/comparator": "^1.2.4 || ^2.0", "sebastian/diff": "^1.2", "sebastian/environment": "^2.0", - "sebastian/exporter": "^2.0", - "sebastian/global-state": "^1.1", - "sebastian/object-enumerator": "^2.0", + "sebastian/exporter": "^2.0 || ^3.0", + "sebastian/global-state": "^1.1 || ^2.0", + "sebastian/object-enumerator": "^2.0 || ^3.0", "sebastian/resource-operations": "^1.0", - "sebastian/version": "^2.0", - "myclabs/deep-copy": "^1.3", - "ext-dom": "*", - "ext-json": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-libxml": "*" + "sebastian/version": "^2.0" }, "require-dev": { "ext-PDO": "*" @@ -52,7 +52,8 @@ "config": { "platform": { "php": "7.0.0" - } + }, + "sort-packages": true }, "suggest": { "phpunit/php-invoker": "^1.1", -- cgit