Skip to content

Commit c401b33

Browse files
committed
Allow newer PHPUnit
1 parent e38c846 commit c401b33

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
@@ -11,7 +11,7 @@
1111
"phpstan/phpstan": "~1.10.3",
1212
"phpstan/extension-installer": "^1.0",
1313
"phpstan/phpstan-strict-rules": "^1.0.0",
14-
"phpunit/phpunit": "^9.5",
14+
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0",
1515
"phpstan/phpstan-phpunit": "^1.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)