Skip to content

Commit 66ac236

Browse files
committed
Lock PHPUnit version until bug fix
https://jira.mongodb.org/browse/PHPC-2456
1 parent fca2d76 commit 66ac236

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
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"doctrine/coding-standard": "^12.0",
24-
"phpunit/phpunit": "^10.5",
24+
"phpunit/phpunit": "10.5.3",
2525
"rector/rector": "^1.2",
2626
"squizlabs/php_codesniffer": "^3.7",
2727
"vimeo/psalm": "^5.13"

0 commit comments

Comments
 (0)