Skip to content

Commit 401e277

Browse files
committed
minor #143 Fix the "lowest" CI job (Nyholm)
This PR was merged into the main branch. Discussion ---------- Fix the "lowest" CI job We dont need to make sure we are compatible with `symfony/phpunit-bridge:4.4` Commits ------- 53892aa Fix the "lowest" CI job
2 parents f161be3 + 53892aa commit 401e277

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
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"symfony/framework-bundle": "^4.4 || ^5.0",
22-
"symfony/phpunit-bridge": "^4.4 || ^5.0",
22+
"symfony/phpunit-bridge": "^5.3",
2323
"symfony/twig-bundle": "^4.4 || ^5.0",
2424
"symfony/web-link": "^4.4 || ^5.0"
2525
},

0 commit comments

Comments
 (0)