Skip to content

Commit 5ff571c

Browse files
committed
Use higher minimum version for phpunit bridge
1 parent 9a6a9c6 commit 5ff571c

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
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"squizlabs/php_codesniffer": "^3.5, <3.5.5",
20-
"symfony/phpunit-bridge": "^4.4 || ^5.0"
20+
"symfony/phpunit-bridge": "^5.2@beta"
2121
},
2222
"autoload": {
2323
"psr-4": { "MongoDB\\": "src/" },

0 commit comments

Comments
 (0)