Skip to content

Commit 9e47595

Browse files
committed
Set maximum PHPUnit version
1 parent c9f72cd commit 9e47595

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
@@ -32,7 +32,7 @@
3232
"keboola/coding-standard": "^13.0",
3333
"php-parallel-lint/php-parallel-lint": "^1.3",
3434
"phpstan/phpstan": "^1.4",
35-
"phpunit/phpunit": ">=7.5",
35+
"phpunit/phpunit": ">=7.5 <=9.6",
3636
"phpstan/phpdoc-parser": "1.5.*"
3737
},
3838
"scripts": {

0 commit comments

Comments
 (0)