Skip to content

Commit e028b8b

Browse files
committed
Update to PHPUnit 10
1 parent 37b38c8 commit e028b8b

File tree

2 files changed

+237
-506
lines changed

2 files changed

+237
-506
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react/promise": "^3.2",
3939
"react/socket": "^1.3",
4040
"react/stream": "^1.1",
41-
"sebastian/diff": "^4.0",
41+
"sebastian/diff": "^4.0 || ^5.0",
4242
"symfony/console": "^5.4.3",
4343
"symfony/finder": "^5.4.3",
4444
"symfony/polyfill-intl-grapheme": "^1.23",
@@ -55,14 +55,13 @@
5555
"symfony/polyfill-php73": "*"
5656
},
5757
"require-dev": {
58-
"brianium/paratest": "^6.5",
5958
"cweagans/composer-patches": "^1.7.3",
6059
"php-parallel-lint/php-parallel-lint": "^1.2.0",
6160
"phpstan/phpstan-deprecation-rules": "^2.0.2",
6261
"phpstan/phpstan-nette": "^2.0",
6362
"phpstan/phpstan-phpunit": "^2.0",
6463
"phpstan/phpstan-strict-rules": "^2.0",
65-
"phpunit/phpunit": "^9.6",
64+
"phpunit/phpunit": "^9.6 || ^10.5",
6665
"shipmonk/composer-dependency-analyser": "^1.5",
6766
"shipmonk/dead-code-detector": "^0.12.0",
6867
"shipmonk/name-collision-detector": "^2.0"

0 commit comments

Comments
 (0)