We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8241b31 + 2343a88 commit ea670e9Copy full SHA for ea670e9
2 files changed
composer.json
@@ -42,7 +42,7 @@
42
"league/flysystem-sftp-v3": "^2.0 || ^3.0",
43
"league/flysystem-azure-blob-storage": "^3.0",
44
"phpstan/phpstan": "^2.1.31",
45
- "phpunit/phpunit": "^9.6.17",
+ "phpunit/phpunit": "^9.6.29 || ^10.5.58 || ^11.5.43 || ^12.4.2",
46
"royvoetman/flysystem-gitlab-storage": "^2.0 || ^3.0",
47
"symfony/asset": "^5.4 || ^6.0 || ^7.0",
48
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0",
tests/bootstrap.php
@@ -2,6 +2,10 @@
2
3
declare(strict_types=1);
4
5
+use Symfony\Component\ErrorHandler\ErrorHandler;
6
+
7
+ErrorHandler::register(null, false);
8
9
if (!($loader = @include __DIR__ . '/../vendor/autoload.php')) {
10
echo <<<'EOT'
11
You need to install the project dependencies using Composer:
0 commit comments