From 83664688e4af5c7f935b061f943e35b972b4cd11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Oct 2019 11:10:46 +0200 Subject: - update to 3.4.0 - drop patch merged upstream - use phpunit8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bfd067b..cb500dd 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "ext-phar": "*", "doctrine/annotations": "^1.0", - "phpunit/phpunit": "^7.5.15", + "phpunit/phpunit": "^7.5.16 || ^8.4", "zendframework/zend-coding-standard": "^1.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, @@ -45,8 +45,8 @@ }, "extra": { "branch-alias": { - "dev-master": "3.3.x-dev", - "dev-develop": "3.4.x-dev" + "dev-master": "3.4.x-dev", + "dev-develop": "3.5.x-dev" } }, "scripts": { -- cgit