Skip to content

Commit 6d69afe

Browse files
committed
Compatible versions of PHPUnit and Paratest
1 parent 84276b2 commit 6d69afe

File tree

4 files changed

+20
-36
lines changed

4 files changed

+20
-36
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"phpstan/phpstan-nette": "^2.0",
6262
"phpstan/phpstan-phpunit": "^2.0.7",
6363
"phpstan/phpstan-strict-rules": "^2.0",
64-
"phpunit/phpunit": "^10.5",
64+
"phpunit/phpunit": "10.5.31",
6565
"shipmonk/composer-dependency-analyser": "^1.5",
6666
"shipmonk/dead-code-detector": "^0.12.0",
6767
"shipmonk/name-collision-detector": "^2.0"

composer.lock

Lines changed: 9 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "^10.5",
3+
"phpunit/phpunit": "10.5.31",
44
"brianium/paratest": "~7.3.0"
55
},
66
"config": {

tests/composer.lock

Lines changed: 9 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)