From 3e7253dc509e88e1ad75f91f3569b1907f413e1f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Oct 2020 07:52:44 +0200 Subject: update phpunitgoodpractices/polyfill to 1.4.0 update phpunitgoodpractices/traits to 1.9.1 allow PHPUnit 9 --- composer-polyfill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer-polyfill.json') diff --git a/composer-polyfill.json b/composer-polyfill.json index 620e665..7a25985 100644 --- a/composer-polyfill.json +++ b/composer-polyfill.json @@ -10,11 +10,11 @@ } ], "require": { - "php": "^5.5 || ^7.0", - "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0 || ^8.0" + "php": "^5.5 || ^7.0 || ^8.0", + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.12" + "friendsofphp/php-cs-fixer": "^2.16" }, "conflict": { "hhvm": "*" -- cgit