diff --git a/composer.json b/composer.json index cb69fca..e6f440a 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "paragonie/random-lib": "^2", "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6", "php-parallel-lint/php-parallel-lint": "^1.3", - "phpunit/phpunit": ">=4.8.36", + "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0", "squizlabs/php_codesniffer": "^3.5", "yoast/phpunit-polyfills": "^1.0" }, diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 052ea4f..e281141 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,8 +1,6 @@