Skip to content

Commit 906f8c5

Browse files
committed
force minimum phpunit version to avoid deprecations in lowest
1 parent 410d0b8 commit 906f8c5

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
@@ -18,7 +18,7 @@
1818
"symfony/options-resolver": "^6.0 || ^7.0 || ^8.0"
1919
},
2020
"require-dev": {
21-
"symfony/phpunit-bridge": "^6.0 || ^7.0 || ^8.0"
21+
"symfony/phpunit-bridge": "^7.4 || ^8.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)