From 6c362a772380e7437688fe0a830ad195bd5c75de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Dec 2017 10:32:28 +0100 Subject: rename to php-phpunit-mock-objects5 update to 5.0.0 boostrap build --- composer.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a31a583..8b01215 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,15 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { - "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", - "irc": "irc://irc.freenode.net/phpunit" + "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues" }, + "prefer-stable": true, + "minimum-stability": "dev", "require": { "php": "^7.0", "phpunit/php-text-template": "^1.2.1", @@ -26,11 +27,15 @@ "sebastian/exporter": "^3.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^6.5" }, "conflict": { "phpunit/phpunit": "<6.0" }, + "config": { + "optimize-autoloader": true, + "sort-packages": true + }, "suggest": { "ext-soap": "*" }, @@ -46,7 +51,7 @@ }, "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "5.0.x-dev" } } } -- cgit