Skip to content

Commit 6303c74

Browse files
committed
Raise the minimum required version of PHPUnit to solve the compatibility issues with PHP 8.1
1 parent 8942234 commit 6303c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"phpstan/extension-installer": "^1.0",
4545
"phpstan/phpstan": "^0.12",
4646
"phpstan/phpstan-phpunit": "^0.12",
47-
"phpunit/phpunit": "^8.5||^9.0",
47+
"phpunit/phpunit": "^8.5.14||^9.0",
4848
"symfony/browser-kit": "^3.4.44||^4.4.20||^5.0.11",
4949
"symfony/cache": "^3.4.44||^4.4.20||^5.0.11",
5050
"symfony/dom-crawler": "^3.4.44||^4.4.20||^5.0.11",

0 commit comments

Comments
 (0)