Skip to content

Commit 4142e00

Browse files
author
Rene Lehbrunner
committed
updated to phpunit 10
1 parent bb6e759 commit 4142e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"require-dev": {
5252
"ext-pcntl": "*",
53-
"phpunit/phpunit": "^9.5",
53+
"phpunit/phpunit": "^9.5|^10.0",
5454
"phpstan/phpstan": "^0.12",
5555
"queue-interop/queue-spec": "^0.6.2",
5656
"symfony/browser-kit": "^5.4|^6.0",
@@ -71,7 +71,7 @@
7171
"alcaeus/mongo-php-adapter": "^1.0",
7272
"kwn/php-rdkafka-stubs": "^2.0.3",
7373
"friendsofphp/php-cs-fixer": "^3.4",
74-
"dms/phpunit-arraysubset-asserts": "^0.2.1",
74+
"dms/phpunit-arraysubset-asserts": "^0.2.1|^0.5.0",
7575
"phpspec/prophecy-phpunit": "^2.0"
7676
},
7777
"autoload": {

0 commit comments

Comments
 (0)