Disallow PHPUnit 9.0-9.2 and show deprecations

This commit is contained in:
Ben Ramsey
2021-09-23 17:03:00 -05:00
parent 9264d240b8
commit e6e2d78979
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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"
},
-2
View File
@@ -1,8 +1,6 @@
<?php
// @codingStandardsIgnoreFile
error_reporting(E_ALL & ~E_DEPRECATED);
use AspectMock\Kernel;
require_once __DIR__ . '/../vendor/autoload.php'; // composer autoload