From d05cbf6976a8979bd33cf2e1cfa8fb0c4249b4c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Aug 2016 21:22:19 +0200 Subject: php-phpunit-PHPUnit-MockObject: switch the spec --- composer.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 12fb934..29a06e8 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,16 @@ "irc": "irc://irc.freenode.net/phpunit" }, "require": { - "php": ">=5.3.3", - "phpunit/php-text-template": "~1.2", + "php": "^5.6 || ^7.0", + "phpunit/php-text-template": "^1.2", "doctrine/instantiator": "^1.0.2", - "sebastian/exporter": "~1.2" + "sebastian/exporter": "^1.2" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^5.4" + }, + "conflict": { + "phpunit/phpunit": "<5.4.0" }, "suggest": { "ext-soap": "*" @@ -43,7 +46,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.3.x-dev" + "dev-master": "3.2.x-dev" } } } -- cgit