From 0f5c13936bb74c4ea9252f6a2f7164dc2e1eb00c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Mar 2019 09:58:05 +0100 Subject: update phpunitgoodpractices/polyfill to 1.2.0 update phpunitgoodpractices/traits to 1.8.0 allow PHPUnit 8 --- composer-polyfill.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer-polyfill.json') diff --git a/composer-polyfill.json b/composer-polyfill.json index f26f435..620e665 100644 --- a/composer-polyfill.json +++ b/composer-polyfill.json @@ -11,7 +11,7 @@ ], "require": { "php": "^5.5 || ^7.0", - "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0" + "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.12" -- cgit