We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5858396 commit dae397dCopy full SHA for dae397d
composer.json
@@ -23,7 +23,7 @@
23
"doctrine/coding-standard": "^12.0",
24
"rector/rector": "^1.1",
25
"squizlabs/php_codesniffer": "^3.7",
26
- "symfony/phpunit-bridge": "^5.2",
+ "symfony/phpunit-bridge": "^7.1",
27
"vimeo/psalm": "^5.13"
28
},
29
"replace": {
@@ -36,8 +36,7 @@
36
"autoload-dev": {
37
"psr-4": {
38
"MongoDB\\Tests\\": "tests/"
39
- },
40
- "files": [ "tests/PHPUnit/Functions.php" ]
+ }
41
42
"scripts": {
43
"bench": "cd benchmark && composer update && vendor/bin/phpbench run --report=aggregate",
0 commit comments