Skip to content

Commit 9aba323

Browse files
committed
chore: bumping phpunit version
bumping phpunit version to fix issues with --prefer-lowest and `assertObjectHasProperty` looks like this was added in phpunit 9.6.x at some point in time. sebastianbergmann/phpunit#5220
1 parent 52bd77d commit 9aba323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"require-dev": {
5252
"ext-pcntl": "*",
53-
"phpunit/phpunit": "^9.5.28",
53+
"phpunit/phpunit": "^9.6.23",
5454
"phpstan/phpstan": "^2.1",
5555
"queue-interop/queue-spec": "^0.6.2",
5656
"symfony/browser-kit": "^6.2|^7.0",

0 commit comments

Comments
 (0)