Skip to content

Commit 087680f

Browse files
Merge v1.x into v2.x (#1396)
2 parents 5858396 + dae397d commit 087680f

File tree

2 files changed

+2
-2706
lines changed

2 files changed

+2
-2706
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"doctrine/coding-standard": "^12.0",
2424
"rector/rector": "^1.1",
2525
"squizlabs/php_codesniffer": "^3.7",
26-
"symfony/phpunit-bridge": "^5.2",
26+
"symfony/phpunit-bridge": "^7.1",
2727
"vimeo/psalm": "^5.13"
2828
},
2929
"replace": {
@@ -36,8 +36,7 @@
3636
"autoload-dev": {
3737
"psr-4": {
3838
"MongoDB\\Tests\\": "tests/"
39-
},
40-
"files": [ "tests/PHPUnit/Functions.php" ]
39+
}
4140
},
4241
"scripts": {
4342
"bench": "cd benchmark && composer update && vendor/bin/phpbench run --report=aggregate",

0 commit comments

Comments
 (0)